public class ContainerSuiteRunDispatcher extends Object implements SuiteRunDispatcher
Container with a given RunConfiguration| Modifier and Type | Field and Description |
|---|---|
static String |
MUNIT_SUITE_TIMEOUT_PROPERTY |
| Constructor and Description |
|---|
ContainerSuiteRunDispatcher(Container container,
RunConfiguration runConfiguration,
Set<SuiteRun> suiteRuns,
File applicationDirectory) |
| Modifier and Type | Method and Description |
|---|---|
ContainerSuiteRunDispatcher |
addSuiteRunDispatcherLister(SuiteRunDispatcherListener suiteRunDispatcherListener) |
protected Integer |
getPort() |
protected RunnerClient |
getRunnerClient(org.mule.munit.common.protocol.listeners.RemoteRunEventListener listener) |
static org.mule.runtime.api.deployment.meta.MuleApplicationModel |
overrideConfigs(org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleApplicationModel,
Set<String> configs) |
void |
runSuites(org.mule.munit.common.protocol.listeners.RemoteRunEventListener listener) |
public static final String MUNIT_SUITE_TIMEOUT_PROPERTY
public ContainerSuiteRunDispatcher(Container container, RunConfiguration runConfiguration, Set<SuiteRun> suiteRuns, File applicationDirectory)
protected Integer getPort() throws ContainerFactoryException
ContainerFactoryExceptionpublic void runSuites(org.mule.munit.common.protocol.listeners.RemoteRunEventListener listener)
throws DeploymentException
runSuites in interface SuiteRunDispatcherDeploymentExceptionprotected RunnerClient getRunnerClient(org.mule.munit.common.protocol.listeners.RemoteRunEventListener listener) throws IOException
IOExceptionpublic static org.mule.runtime.api.deployment.meta.MuleApplicationModel overrideConfigs(org.mule.runtime.api.deployment.meta.MuleApplicationModel originalMuleApplicationModel,
Set<String> configs)
public ContainerSuiteRunDispatcher addSuiteRunDispatcherLister(SuiteRunDispatcherListener suiteRunDispatcherListener)
Copyright © 2020. All rights reserved.