org.mule.api.annotations.param
Class InboundAttachmentsAnnotationTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.api.annotations.param.AbstractAnnotatedEntrypointResolverTestCase
org.mule.api.annotations.param.InboundAttachmentsAnnotationTestCase
- All Implemented Interfaces:
- junit.framework.Test, TestCaseWatchdogTimeoutHandler
public class InboundAttachmentsAnnotationTestCase
- extends AbstractAnnotatedEntrypointResolverTestCase
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InboundAttachmentsAnnotationTestCase
public InboundAttachmentsAnnotationTestCase()
getComponent
protected java.lang.Object getComponent()
- Specified by:
getComponent
in class AbstractAnnotatedEntrypointResolverTestCase
testSingleAttachment
public void testSingleAttachment()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleAttachmentWithType
public void testSingleAttachmentWithType()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleAttachmentOptional
public void testSingleAttachmentOptional()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleAttachmentWithTypeNoMatchingTransform
public void testSingleAttachmentWithTypeNoMatchingTransform()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachments
public void testMapAttachments()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsMissing
public void testMapAttachmentsMissing()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapSingleAttachment
public void testMapSingleAttachment()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsOptional
public void testMapAttachmentsOptional()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsAllOptional
public void testMapAttachmentsAllOptional()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsUnmodifiable
public void testMapAttachmentsUnmodifiable()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsAll
public void testMapAttachmentsAll()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsWildcard
public void testMapAttachmentsWildcard()
throws java.lang.Exception
- Throws:
java.lang.Exception
testMapAttachmentsMultiWildcard
public void testMapAttachmentsMultiWildcard()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachments
public void testListAttachments()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsWithOptional
public void testListAttachmentsWithOptional()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsWithAllOptional
public void testListAttachmentsWithAllOptional()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsWithMissing
public void testListAttachmentsWithMissing()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleListAttachment
public void testSingleListAttachment()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsUnmodifiable
public void testListAttachmentsUnmodifiable()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsAll
public void testListAttachmentsAll()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsWilcard
public void testListAttachmentsWilcard()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListAttachmentsMultiWilcard
public void testListAttachmentsMultiWilcard()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.