public abstract class AbstractMuleRuntimeTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
agentPort |
protected static int |
DEFAULT_CONTROLLER_OPERATION_TIMEOUT |
protected static int |
DEFAULT_START_POLL_DELAY |
protected static int |
DEFAULT_START_POLL_INTERVAL |
protected static int |
DEFAULT_START_TIMEOUT |
protected org.mule.tooling.client.api.configuration.agent.AgentConfiguration |
defaultAgentConfiguration |
protected org.mule.maven.client.api.model.MavenConfiguration |
defaultMavenConfiguration |
protected List<String> |
defaultMuleStartArguments |
static String |
HTTP |
static String |
MULE_RUNTIME_TOOLING_CLIENT |
static String |
MULE_TOOLING_API_VERSION |
protected MuleStandaloneController |
muleStandaloneController |
static String |
POM_XML |
static String |
REST_AGENT_TRANSPORT_PORT_SYS_PROP |
static String |
RUNTIMES_FOLDER |
static org.junit.rules.TemporaryFolder |
temporaryFolder |
| Constructor and Description |
|---|
AbstractMuleRuntimeTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
static void |
checkDisposedApps() |
static org.mule.maven.client.api.model.MavenConfiguration |
createDefaultMavenConfiguration() |
static org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder |
createDefaultMavenConfigurationBuilder() |
static String |
getMuleVersion() |
protected String |
getProtocol() |
protected String[] |
getStartMuleArguments() |
static String |
getToolingVersion() |
protected boolean |
isStartMuleBeforeEachTest() |
protected void |
startMuleRuntime() |
static URL |
toUrl(URI uri) |
protected static final int DEFAULT_START_TIMEOUT
protected static final int DEFAULT_START_POLL_INTERVAL
protected static final int DEFAULT_START_POLL_DELAY
protected static final int DEFAULT_CONTROLLER_OPERATION_TIMEOUT
public static final String HTTP
public static final String RUNTIMES_FOLDER
public static final String REST_AGENT_TRANSPORT_PORT_SYS_PROP
public static final String MULE_RUNTIME_TOOLING_CLIENT
public static final String MULE_TOOLING_API_VERSION
public static final String POM_XML
protected MuleStandaloneController muleStandaloneController
protected int agentPort
protected org.mule.tooling.client.api.configuration.agent.AgentConfiguration defaultAgentConfiguration
protected org.mule.maven.client.api.model.MavenConfiguration defaultMavenConfiguration
public static org.junit.rules.TemporaryFolder temporaryFolder
public static org.mule.maven.client.api.model.MavenConfiguration createDefaultMavenConfiguration()
throws IOException
IOExceptionpublic static org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder createDefaultMavenConfigurationBuilder()
throws IOException
IOExceptionpublic static String getMuleVersion()
public static String getToolingVersion()
protected void startMuleRuntime()
protected String getProtocol()
public final void after()
public static void checkDisposedApps()
protected String[] getStartMuleArguments()
protected boolean isStartMuleBeforeEachTest()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.