org.mule.source
Class ClusterizableMessageSourceWrapperTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.source.ClusterizableMessageSourceWrapperTestCase

public class ClusterizableMessageSourceWrapperTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ClusterizableMessageSourceWrapperTestCase()
           
 
Method Summary
 void delegatesDispose()
           
 void delegatesInitialise()
           
 void delegatesSetListener()
           
 void delegatesStop()
           
 void ignoresMessageSourceOnNotificationIfFlowIsStopped()
           
 void ignoresStartWhenIsSecondaryNode()
           
 void ignoresStartWhenWrappedMessageSourceIsAlreadyStarted()
           
 void ignoresStopIfNoStarted()
           
 void registerNotificationListenerOnInitialization()
           
 void startsMessageSourceOnNotificationIfFlowIsStarted()
           
 void startsWhenIsPrimaryNode()
           
 void unregistersListenerOnDispose()
           
 
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

ClusterizableMessageSourceWrapperTestCase

public ClusterizableMessageSourceWrapperTestCase()
Method Detail

delegatesSetListener

public void delegatesSetListener()

delegatesDispose

public void delegatesDispose()
                      throws Exception
Throws:
Exception

delegatesInitialise

public void delegatesInitialise()
                         throws Exception
Throws:
Exception

ignoresStopIfNoStarted

public void ignoresStopIfNoStarted()
                            throws Exception
Throws:
Exception

delegatesStop

public void delegatesStop()
                   throws Exception
Throws:
Exception

registerNotificationListenerOnInitialization

public void registerNotificationListenerOnInitialization()
                                                  throws Exception
Throws:
Exception

startsWhenIsPrimaryNode

public void startsWhenIsPrimaryNode()
                             throws Exception
Throws:
Exception

ignoresStartWhenIsSecondaryNode

public void ignoresStartWhenIsSecondaryNode()
                                     throws Exception
Throws:
Exception

ignoresMessageSourceOnNotificationIfFlowIsStopped

public void ignoresMessageSourceOnNotificationIfFlowIsStopped()
                                                       throws Exception
Throws:
Exception

startsMessageSourceOnNotificationIfFlowIsStarted

public void startsMessageSourceOnNotificationIfFlowIsStarted()
                                                      throws Exception
Throws:
Exception

ignoresStartWhenWrappedMessageSourceIsAlreadyStarted

public void ignoresStartWhenWrappedMessageSourceIsAlreadyStarted()
                                                          throws Exception
Throws:
Exception

unregistersListenerOnDispose

public void unregistersListenerOnDispose()
                                  throws Exception
Throws:
Exception


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