public abstract class AbstractMuleTestCase extends Object
AbstractMuleTestCase is a base class for Mule test cases. This implementation provides services to test code for
creating mock and test objects.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TEST_TIMEOUT_SECS |
org.junit.rules.TestRule |
globalTimeout |
protected org.slf4j.Logger |
logger |
org.junit.rules.TestName |
name |
static String |
TEST_CONNECTOR |
static String |
TEST_PAYLOAD |
static String |
TEST_TIMEOUT_SYSTEM_PROPERTY |
static String |
TESTING_MODE_PROPERTY_NAME |
| Constructor and Description |
|---|
AbstractMuleTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearRequestContext() |
static void |
clearTestCaseName() |
void |
clearTestEvents() |
protected static List<String> |
collectThreadNames() |
protected org.junit.rules.TestRule |
createTestTimeoutRule()
Creates the timeout rule that will be used to run the test.
|
static void |
dumpFilteredThreadsInTest() |
protected String |
getTestHeader() |
int |
getTestTimeoutSecs()
Defines the timeout in seconds that will be used to run the test.
|
protected int |
getTimeoutSystemProperty()
Defines the number of seconds that a test has in order to run before throwing a timeout.
|
void |
initializeMuleTest() |
protected boolean |
isDisabledInThisEnvironment()
Subclasses can override this method to skip the execution of the entire test class.
|
protected boolean |
isDisabledInThisEnvironment(String testMethodName)
Should this test run?
|
protected boolean |
isFailOnTimeout()
Indicates whether the test should fail when a timeout is reached.
|
boolean |
isOffline(String method) |
protected Event |
nullPayloadEvent() |
void |
takeTestCaseName() |
protected Event |
testEvent() |
public static final String TEST_PAYLOAD
public static final String TEST_CONNECTOR
public static final String TESTING_MODE_PROPERTY_NAME
public static final int DEFAULT_TEST_TIMEOUT_SECS
public static final String TEST_TIMEOUT_SYSTEM_PROPERTY
protected final transient org.slf4j.Logger logger
public org.junit.rules.TestName name
public org.junit.rules.TestRule globalTimeout
protected org.junit.rules.TestRule createTestTimeoutRule()
protected int getTimeoutSystemProperty()
DEFAULT_MULE_TEST_TIMEOUT_SECS constant.protected boolean isDisabledInThisEnvironment()
true if the test class should not be run.protected boolean isDisabledInThisEnvironment(String testMethodName)
testMethodName - name of the test methodpublic boolean isOffline(String method)
public int getTestTimeoutSecs()
public final void initializeMuleTest()
protected String getTestHeader()
protected boolean isFailOnTimeout()
public final void clearRequestContext()
public static void clearTestCaseName()
public void takeTestCaseName()
protected Event testEvent() throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionprotected Event nullPayloadEvent() throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic void clearTestEvents()
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic static void dumpFilteredThreadsInTest()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.