org.mule.test.integration.components
Class NoArgsCallComponentTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.tck.FunctionalTestCase
                  extended by org.mule.test.integration.components.NoArgsCallComponentTestCase
All Implemented Interfaces:
Test, TestCaseWatchdogTimeoutHandler

public class NoArgsCallComponentTestCase
extends org.mule.tck.FunctionalTestCase

This test re-written to use entry point resolvers. As a consequence, some tests, which verified implementation details rather than functionality, were dropped.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase
AbstractMuleTestCase.TestInfo
 
Field Summary
static String DEFAULT_INPUT_MESSAGE
           
static String DEFUALT_OUTPUT_MESSAGE
           
static String DELEGATE_DC_METHOD_NAME
           
static String DELEGATE_DI_METHOD_NAME
           
static String INPUT_DC_QUEUE_NAME
           
static String INPUT_DI_QUEUE_NAME
           
static String OUTPUT_DC_QUEUE_NAME
           
static String OUTPUT_DI_QUEUE_NAME
           
static String SERVICE_DC_NAME
           
static String SERVICE_DI_NAME
           
static int TIMEOUT
           
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
callbackCalled, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Constructor Summary
NoArgsCallComponentTestCase()
           
 
Method Summary
protected  String getConfigResources()
           
 void testDelegateClass()
           
 void testWithInjectedDelegate()
           
 
Methods inherited from class org.mule.tck.FunctionalTestCase
getBuilder, getComponent, getComponent, getConfigurationResources, loadResource, loadResourceAsString
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, doSetUp, doTearDown, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT_DC_QUEUE_NAME

public static final String INPUT_DC_QUEUE_NAME
See Also:
Constant Field Values

OUTPUT_DC_QUEUE_NAME

public static final String OUTPUT_DC_QUEUE_NAME
See Also:
Constant Field Values

INPUT_DI_QUEUE_NAME

public static final String INPUT_DI_QUEUE_NAME
See Also:
Constant Field Values

OUTPUT_DI_QUEUE_NAME

public static final String OUTPUT_DI_QUEUE_NAME
See Also:
Constant Field Values

DEFAULT_INPUT_MESSAGE

public static final String DEFAULT_INPUT_MESSAGE
See Also:
Constant Field Values

DEFUALT_OUTPUT_MESSAGE

public static final String DEFUALT_OUTPUT_MESSAGE
See Also:
Constant Field Values

SERVICE_DC_NAME

public static final String SERVICE_DC_NAME
See Also:
Constant Field Values

SERVICE_DI_NAME

public static final String SERVICE_DI_NAME
See Also:
Constant Field Values

DELEGATE_DC_METHOD_NAME

public static final String DELEGATE_DC_METHOD_NAME
See Also:
Constant Field Values

DELEGATE_DI_METHOD_NAME

public static final String DELEGATE_DI_METHOD_NAME
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values
Constructor Detail

NoArgsCallComponentTestCase

public NoArgsCallComponentTestCase()
Method Detail

getConfigResources

protected String getConfigResources()
Specified by:
getConfigResources in class org.mule.tck.FunctionalTestCase

testDelegateClass

public void testDelegateClass()
                       throws Exception
Throws:
Exception

testWithInjectedDelegate

public void testWithInjectedDelegate()
                              throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.