org.mule.util.concurrent
Class WaitableBooleanTestCase

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

public class WaitableBooleanTestCase
extends AbstractMuleTestCase


Field Summary
protected  WaitableBoolean FALSE
           
protected  WaitableBoolean TRUE
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
WaitableBooleanTestCase()
           
 
Method Summary
 void testAnd()
           
 void testCommit()
           
 void testCompareToBoolean()
           
 void testCompareToObject()
           
 void testCompareToWaitableBoolean()
           
 void testComplement()
           
 void testEquals()
           
 void testGet()
           
 void testGetLock()
           
 void testHashCode()
           
 void testOr()
           
 void testSet()
           
 void testToString()
           
 void testWhenFalse()
           
 void testWhenFalseAlreadyFalse()
           
 void testWhenTrue()
           
 void testWhenTrueAlreadyTrue()
           
 void testXor()
           
 
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
 

Field Detail

TRUE

protected final WaitableBoolean TRUE

FALSE

protected final WaitableBoolean FALSE
Constructor Detail

WaitableBooleanTestCase

public WaitableBooleanTestCase()
Method Detail

testCompareToBoolean

public void testCompareToBoolean()

testCompareToWaitableBoolean

public void testCompareToWaitableBoolean()

testCompareToObject

public void testCompareToObject()

testEquals

public void testEquals()

testHashCode

public void testHashCode()

testToString

public void testToString()

testGet

public void testGet()

testSet

public void testSet()

testCommit

public void testCommit()

testComplement

public void testComplement()

testAnd

public void testAnd()

testOr

public void testOr()

testXor

public void testXor()

testWhenFalse

public void testWhenFalse()
                   throws InterruptedException
Throws:
InterruptedException

testWhenFalseAlreadyFalse

public void testWhenFalseAlreadyFalse()
                               throws InterruptedException
Throws:
InterruptedException

testWhenTrue

public void testWhenTrue()
                  throws InterruptedException
Throws:
InterruptedException

testWhenTrueAlreadyTrue

public void testWhenTrueAlreadyTrue()
                             throws InterruptedException
Throws:
InterruptedException

testGetLock

public void testGetLock()


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