public abstract class AbstractMuleContextEndpointTestCase extends AbstractMuleContextTestCase
callbackCalled, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE, WORKING_DIRECTORY_SYSTEM_PROPERTY_KEY, workingDirectoryDEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_CONNECTOR, TEST_PAYLOAD, TEST_TIMEOUT_SYSTEM_PROPERTY, TESTING_MODE_PROPERTY_NAME| Constructor and Description |
|---|
AbstractMuleContextEndpointTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.core.api.config.ConfigurationBuilder |
getBuilder() |
protected EndpointFactory |
getEndpointFactory() |
static TestConnector |
getTestConnector() |
static org.mule.runtime.core.api.Event |
getTestEvent(Object data,
InboundEndpoint endpoint) |
static InboundEndpoint |
getTestInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep) |
static InboundEndpoint |
getTestInboundEndpoint(String name) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
List<org.mule.runtime.core.api.transformer.Transformer> transformers) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
String uri) |
static InboundEndpoint |
getTestInboundEndpoint(String name,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties,
Connector connector) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
List<org.mule.runtime.core.api.transformer.Transformer> transformers) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
String uri) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties) |
static OutboundEndpoint |
getTestOutboundEndpoint(String name,
String uri,
List<org.mule.runtime.core.api.transformer.Transformer> transformers,
org.mule.runtime.core.api.routing.filter.Filter filter,
Map<String,Serializable> properties,
Connector connector) |
static InboundEndpoint |
getTestTransactedInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep) |
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doSetUpBeforeMuleContextCreation, doTearDown, doTearDownAfterMuleContextDispose, eventBuilder, getConfigurationResources, getExecutionClassLoader, getFileInsideWorkingDirectory, getObjectSerializer, getPayload, getPayload, getPayloadAsBytes, getPayloadAsString, getPayloadAsString, getSensingNullMessageProcessor, getStartUpProperties, getTestFlowWithComponent, getTriggerableMessageSource, getTriggerableMessageSource, getWorkingDirectory, initialiseObject, isDisposeContextPerClass, isGracefulShutdown, isStartContext, process, setDisposeContextPerClass, setStartContext, setUpMuleContextclearRequestContext, clearTestCaseName, clearTestEvents, collectThreadNames, createTestTimeoutRule, dumpFilteredThreadsInTest, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isFailOnTimeout, isOffline, nullPayloadEvent, takeTestCaseName, testEventpublic static InboundEndpoint getTestInboundEndpoint(String name) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep) throws Exception
Exceptionpublic static InboundEndpoint getTestTransactedInboundEndpoint(org.mule.runtime.core.MessageExchangePattern mep) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, String uri) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, String uri) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, List<org.mule.runtime.core.api.transformer.Transformer> transformers) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, List<org.mule.runtime.core.api.transformer.Transformer> transformers) throws Exception
Exceptionpublic static InboundEndpoint getTestInboundEndpoint(String name, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties, Connector connector) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties) throws Exception
Exceptionpublic static OutboundEndpoint getTestOutboundEndpoint(String name, String uri, List<org.mule.runtime.core.api.transformer.Transformer> transformers, org.mule.runtime.core.api.routing.filter.Filter filter, Map<String,Serializable> properties, Connector connector) throws Exception
Exceptionpublic static org.mule.runtime.core.api.Event getTestEvent(Object data, InboundEndpoint endpoint) throws Exception
Exceptionpublic static TestConnector getTestConnector() throws Exception
Exceptionprotected EndpointFactory getEndpointFactory()
protected org.mule.runtime.core.api.config.ConfigurationBuilder getBuilder()
throws Exception
getBuilder in class AbstractMuleContextTestCaseExceptionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.