public abstract class DataMapperIntegrationTestCase
extends org.mule.tck.junit4.FunctionalTestCase
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOVER_GRAPH_PATH |
| Constructor and Description |
|---|
DataMapperIntegrationTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getStartUpProperties() |
abstract String |
getTransformationGraph() |
protected org.mule.construct.Flow |
lookupFlowConstruct(String name)
Retrieve a flow by name from the registry
|
protected <T> void |
runFlowAndExpect(String flowName,
T expect)
Run the flow specified by name and assert equality on the expected output
|
protected <T,U> void |
runFlowWithPayloadAndExpect(String flowName,
T expect,
U payload)
Run the flow specified by name using the specified payload and assert
equality on the expected output
|
static void |
setupLicense() |
clearFlowAssertions, getBuilder, getComponent, getComponent, getConfigFile, getConfigFiles, getConfigResources, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, runFlow, runFlow, runFlowAndExpectProperty, stopFlowConstruct, testFlow, testFlowaddBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doSetUpBeforeMuleContextCreation, doTearDown, doTearDownAfterMuleContextDispose, getConfigurationResources, getSensingNullMessageProcessor, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestEventContext, getTestEventUsingFlow, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransactedInboundEndpoint, getTestTransformer, getTriggerableMessageSource, getTriggerableMessageSource, initialiseObject, isDisposeContextPerClass, isGracefulShutdown, isStartContext, setDisposeContextPerClass, setStartContext, setUpMuleContextclearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFilepublic static final String CLOVER_GRAPH_PATH
public abstract String getTransformationGraph()
public static void setupLicense()
protected Properties getStartUpProperties()
getStartUpProperties in class org.mule.tck.junit4.AbstractMuleContextTestCaseprotected <T> void runFlowAndExpect(String flowName, T expect) throws Exception
runFlowAndExpect in class org.mule.tck.junit4.FunctionalTestCaseflowName - The name of the flow to runexpect - The expected outputExceptionprotected <T,U> void runFlowWithPayloadAndExpect(String flowName, T expect, U payload) throws Exception
runFlowWithPayloadAndExpect in class org.mule.tck.junit4.FunctionalTestCaseflowName - The name of the flow to runexpect - The expected outputpayload - The payload of the input eventExceptionprotected org.mule.construct.Flow lookupFlowConstruct(String name)
lookupFlowConstruct in class org.mule.tck.junit4.FunctionalTestCasename - Name of the flow to retrieveCopyright © 2022. All rights reserved.