org.mule.test.tck
Class AssertionMessageProcessorTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.test.tck.AssertionMessageProcessorTestCase

public class AssertionMessageProcessorTestCase
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
AssertionMessageProcessorTestCase()
           
 
Method Summary
 void initialise()
           
 void processDummyEvent()
           
 void processExactCountEvents()
           
 void processInvalidEvent()
           
 void processLessThanCountEvents()
           
 void processMoreThanCountEvents()
           
 void processNullEvent()
           
 void processSomeInvalidEvent()
           
 void processSomeValidEvents()
           
 void processValidEvent()
           
 void processZeroEvents()
           
 void startAssertionMessageProcessor()
           
 
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

AssertionMessageProcessorTestCase

public AssertionMessageProcessorTestCase()
Method Detail

initialise

public void initialise()

startAssertionMessageProcessor

public void startAssertionMessageProcessor()
                                    throws Exception
Throws:
Exception

processDummyEvent

public void processDummyEvent()
                       throws Exception
Throws:
Exception

processValidEvent

public void processValidEvent()
                       throws Exception
Throws:
Exception

processInvalidEvent

public void processInvalidEvent()
                         throws Exception
Throws:
Exception

processZeroEvents

public void processZeroEvents()
                       throws Exception
Throws:
Exception

processSomeValidEvents

public void processSomeValidEvents()
                            throws Exception
Throws:
Exception

processSomeInvalidEvent

public void processSomeInvalidEvent()
                             throws Exception
Throws:
Exception

processMoreThanCountEvents

public void processMoreThanCountEvents()
                                throws Exception
Throws:
Exception

processLessThanCountEvents

public void processLessThanCountEvents()
                                throws Exception
Throws:
Exception

processExactCountEvents

public void processExactCountEvents()
                             throws Exception
Throws:
Exception

processNullEvent

public void processNullEvent()
                      throws Exception
Throws:
Exception


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