org.mule.expression
Class MuleExpressionEvaluatorTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.expression.MuleExpressionEvaluatorTestCase
- All Implemented Interfaces:
- junit.framework.Test, TestCaseWatchdogTimeoutHandler
public class MuleExpressionEvaluatorTestCase
- extends AbstractMuleTestCase
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, DEFAULT_MULE_TEST_TIMEOUT_SECS, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, numPorts, ports, PROPERTY_MULE_TEST_TIMEOUT, RECEIVE_TIMEOUT, TEST_MESSAGE, testTimeoutSecs |
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
addBuilders, checkPorts, configureMuleContext, createMuleContext, createObject, createObject, createTestInfo, createWatchdog, disposeManager, doTearDown, findFreePorts, getBuilder, getConfigurationResources, getPorts, getSensingNullMessageProcessor, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInboundEvent, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTimeoutSecs, getTestTransactedInboundEndpoint, getTestTransformer, getTriggerableMessageSource, getTriggerableMessageSource, giveTheTestSomeTimeToCleanUpAndThenKillIt, handleTimeout, initialiseObject, initTestTimeoutSecs, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isGracefulShutdown, isOffline, isPortFree, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setFailOnTimeout, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, runTest, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
MuleExpressionEvaluatorTestCase
public MuleExpressionEvaluatorTestCase()
doSetUp
protected void doSetUp()
throws Exception
- Description copied from class:
AbstractMuleTestCase
- Exactly the same a
AbstractMuleTestCase.setUp()
in normal JUnit test cases. this is called before a test
method has been called.
- Overrides:
doSetUp
in class AbstractMuleTestCase
- Throws:
Exception
- if something fails that should halt the testcase
createMessageWithAttachments
protected MuleMessage createMessageWithAttachments()
testSingleAttachment
public void testSingleAttachment()
throws Exception
- Throws:
Exception
testMapAttachments
public void testMapAttachments()
throws Exception
- Throws:
Exception
testListAttachments
public void testListAttachments()
throws Exception
- Throws:
Exception
testSingleAttachmentUsingManager
public void testSingleAttachmentUsingManager()
throws Exception
- Throws:
Exception
testMapAttachmentsUsingManager
public void testMapAttachmentsUsingManager()
throws Exception
- Throws:
Exception
testListAttachmentsUsingManager
public void testListAttachmentsUsingManager()
throws Exception
- Throws:
Exception
testGettingAllAttachments
public void testGettingAllAttachments()
throws Exception
- Throws:
Exception
testGettingAllAttachmentsUsingManager
public void testGettingAllAttachmentsUsingManager()
throws Exception
- Throws:
Exception
testSingleHeader
public void testSingleHeader()
throws Exception
- Throws:
Exception
testMapHeaders
public void testMapHeaders()
throws Exception
- Throws:
Exception
testListHeaders
public void testListHeaders()
throws Exception
- Throws:
Exception
testGettingAllHeaders
public void testGettingAllHeaders()
throws Exception
- Throws:
Exception
testGettingAllHeadersUsingManager
public void testGettingAllHeadersUsingManager()
throws Exception
- Throws:
Exception
testSingleHeaderUsingManager
public void testSingleHeaderUsingManager()
throws Exception
- Throws:
Exception
testMapHeadersUsingManager
public void testMapHeadersUsingManager()
throws Exception
- Throws:
Exception
testListHeadersUsingManager
public void testListHeadersUsingManager()
throws Exception
- Throws:
Exception
testContextExpressions
public void testContextExpressions()
throws Exception
- Throws:
Exception
testContextExpressionsFromExtractorManager
public void testContextExpressionsFromExtractorManager()
throws Exception
- Throws:
Exception
testMissingEventContext
public void testMissingEventContext()
throws Exception
- Throws:
Exception
testMessagePropertiesUsingEvaluatorDirectly
public void testMessagePropertiesUsingEvaluatorDirectly()
throws Exception
- Throws:
Exception
testMessagePropertiesUsingManager
public void testMessagePropertiesUsingManager()
throws Exception
- Make sure the evaluator gets registered properly
- Throws:
Exception
- if the test fails
testMessagePayloadWithNulls
public void testMessagePayloadWithNulls()
throws Exception
- Throws:
Exception
testMessagePayloadWithNullsUsingManager
public void testMessagePayloadWithNullsUsingManager()
throws Exception
- Make sure the evaluator gets registered properly
- Throws:
Exception
- if the test fails
testMessagePayloadWithTransform
public void testMessagePayloadWithTransform()
throws Exception
- Throws:
Exception
testMessagePayloadWithTransformUsingManager
public void testMessagePayloadWithTransformUsingManager()
throws Exception
- Throws:
Exception
testMessagePayloadWithMoreComplexTransform
public void testMessagePayloadWithMoreComplexTransform()
throws Exception
- Throws:
Exception
testMessagePayloadWithMoreComplexTransformUsingManager
public void testMessagePayloadWithMoreComplexTransformUsingManager()
throws Exception
- Throws:
Exception
testMapPayloadUsingManager
public void testMapPayloadUsingManager()
throws Exception
- Throws:
Exception
testSimpleRegistryLookup
public void testSimpleRegistryLookup()
throws Exception
- Throws:
Exception
testSimpleRegistryLookupUsingMAnager
public void testSimpleRegistryLookupUsingMAnager()
throws Exception
- Throws:
Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.