org.mule.api.annotations.param
Class InboundAttachmentsAnnotationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.api.annotations.param.AbstractAnnotatedEntrypointResolverTestCase
              extended by org.mule.api.annotations.param.InboundAttachmentsAnnotationTestCase

public class InboundAttachmentsAnnotationTestCase
extends AbstractAnnotatedEntrypointResolverTestCase


Field Summary
 
Fields inherited from class org.mule.api.annotations.param.AbstractAnnotatedEntrypointResolverTestCase
eventContext, inboundScope
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
InboundAttachmentsAnnotationTestCase()
           
 
Method Summary
protected  Object getComponent()
           
 void testListAttachments()
           
 void testListAttachmentsAll()
           
 void testListAttachmentsMultiWilcard()
           
 void testListAttachmentsUnmodifiable()
           
 void testListAttachmentsWilcard()
           
 void testListAttachmentsWithAllOptional()
           
 void testListAttachmentsWithMissing()
           
 void testListAttachmentsWithOptional()
           
 void testMapAttachments()
           
 void testMapAttachmentsAll()
           
 void testMapAttachmentsAllOptional()
           
 void testMapAttachmentsMissing()
           
 void testMapAttachmentsMultiWildcard()
           
 void testMapAttachmentsOptional()
           
 void testMapAttachmentsUnmodifiable()
           
 void testMapAttachmentsWildcard()
           
 void testMapSingleAttachment()
           
 void testSingleAttachment()
           
 void testSingleAttachmentOptional()
           
 void testSingleAttachmentWithType()
           
 void testSingleAttachmentWithTypeNoMatchingTransform()
           
 void testSingleListAttachment()
           
 
Methods inherited from class org.mule.api.annotations.param.AbstractAnnotatedEntrypointResolverTestCase
createEventContext, doSetUp, getResolver, invokeResolver, readAttachment
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doTearDown, getBuilder, getConfigurationResources, getSensingNullMessageProcessor, getStartUpProperties, 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, setUpMuleContext
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundAttachmentsAnnotationTestCase

public InboundAttachmentsAnnotationTestCase()
Method Detail

getComponent

protected Object getComponent()
Specified by:
getComponent in class AbstractAnnotatedEntrypointResolverTestCase

testSingleAttachment

public void testSingleAttachment()
                          throws Exception
Throws:
Exception

testSingleAttachmentWithType

public void testSingleAttachmentWithType()
                                  throws Exception
Throws:
Exception

testSingleAttachmentOptional

public void testSingleAttachmentOptional()
                                  throws Exception
Throws:
Exception

testSingleAttachmentWithTypeNoMatchingTransform

public void testSingleAttachmentWithTypeNoMatchingTransform()
                                                     throws Exception
Throws:
Exception

testMapAttachments

public void testMapAttachments()
                        throws Exception
Throws:
Exception

testMapAttachmentsMissing

public void testMapAttachmentsMissing()
                               throws Exception
Throws:
Exception

testMapSingleAttachment

public void testMapSingleAttachment()
                             throws Exception
Throws:
Exception

testMapAttachmentsOptional

public void testMapAttachmentsOptional()
                                throws Exception
Throws:
Exception

testMapAttachmentsAllOptional

public void testMapAttachmentsAllOptional()
                                   throws Exception
Throws:
Exception

testMapAttachmentsUnmodifiable

public void testMapAttachmentsUnmodifiable()
                                    throws Exception
Throws:
Exception

testMapAttachmentsAll

public void testMapAttachmentsAll()
                           throws Exception
Throws:
Exception

testMapAttachmentsWildcard

public void testMapAttachmentsWildcard()
                                throws Exception
Throws:
Exception

testMapAttachmentsMultiWildcard

public void testMapAttachmentsMultiWildcard()
                                     throws Exception
Throws:
Exception

testListAttachments

public void testListAttachments()
                         throws Exception
Throws:
Exception

testListAttachmentsWithOptional

public void testListAttachmentsWithOptional()
                                     throws Exception
Throws:
Exception

testListAttachmentsWithAllOptional

public void testListAttachmentsWithAllOptional()
                                        throws Exception
Throws:
Exception

testListAttachmentsWithMissing

public void testListAttachmentsWithMissing()
                                    throws Exception
Throws:
Exception

testSingleListAttachment

public void testSingleListAttachment()
                              throws Exception
Throws:
Exception

testListAttachmentsUnmodifiable

public void testListAttachmentsUnmodifiable()
                                     throws Exception
Throws:
Exception

testListAttachmentsAll

public void testListAttachmentsAll()
                            throws Exception
Throws:
Exception

testListAttachmentsWilcard

public void testListAttachmentsWilcard()
                                throws Exception
Throws:
Exception

testListAttachmentsMultiWilcard

public void testListAttachmentsMultiWilcard()
                                     throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.