org.mule.util
Class ExpiryMonitorTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.ExpiryMonitorTestCase

public class ExpiryMonitorTestCase
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
ExpiryMonitorTestCase()
           
 
Method Summary
protected  void doSetUp()
           
 void testExpiry()
           
 void testExpiryWithReset()
           
 void testNotExpiry()
           
 void testNotExpiryWithRemove()
           
 
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

ExpiryMonitorTestCase

public ExpiryMonitorTestCase()
Method Detail

doSetUp

protected void doSetUp()
                throws Exception
Throws:
Exception

testExpiry

public void testExpiry()
                throws InterruptedException
Throws:
InterruptedException

testNotExpiry

public void testNotExpiry()
                   throws InterruptedException
Throws:
InterruptedException

testExpiryWithReset

public void testExpiryWithReset()
                         throws InterruptedException
Throws:
InterruptedException

testNotExpiryWithRemove

public void testNotExpiryWithRemove()
                             throws InterruptedException
Throws:
InterruptedException


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