org.mule.util.timer
Class TimerTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.timer.TimerTestCase
All Implemented Interfaces:
EventListener, TimeEventListener

public class TimerTestCase
extends AbstractMuleTestCase
implements TimeEventListener


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
TimerTestCase()
           
 
Method Summary
 void testMultipleListeners()
           
 void testRemoveListeners()
           
 void testStopTimer()
           
 void testTimer()
           
 void timeExpired(TimeEvent e)
           
 
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

TimerTestCase

public TimerTestCase()
Method Detail

testTimer

public void testTimer()
               throws Exception
Throws:
Exception

testStopTimer

public void testStopTimer()
                   throws Exception
Throws:
Exception

testMultipleListeners

public void testMultipleListeners()
                           throws Exception
Throws:
Exception

testRemoveListeners

public void testRemoveListeners()
                         throws Exception
Throws:
Exception

timeExpired

public void timeExpired(TimeEvent e)
Specified by:
timeExpired in interface TimeEventListener


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