net.grinder.synchronisation
Class TestBarrierImplementation
java.lang.Object
net.grinder.synchronisation.TestBarrierImplementation
public class TestBarrierImplementation
- extends Object
Unit tests for BarrierImplementation.
- Version:
- $Revision:$
- Author:
- Philip Aston
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBarrierImplementation
public TestBarrierImplementation()
setUp
public void setUp()
tearDownClass
public static void tearDownClass()
testConstruction
public void testConstruction()
throws Exception
- Throws:
Exception
testGetGroupName
public void testGetGroupName()
throws Exception
- Throws:
Exception
testAwaitTimeout
public void testAwaitTimeout()
throws Exception
- Throws:
Exception
testAwaitTimeout2
public void testAwaitTimeout2()
throws Exception
- Throws:
Exception
testAwaitInterrupted
public void testAwaitInterrupted()
throws Exception
- Throws:
Exception
testAwaitTimeoutInterrupted
public void testAwaitTimeoutInterrupted()
throws Exception
- Throws:
Exception
testAwaitHappyCase
public void testAwaitHappyCase()
throws Exception
- Throws:
Exception
testConcurrentAwaitDisalllowedThenCancelWaiter
public void testConcurrentAwaitDisalllowedThenCancelWaiter()
throws Exception
- Throws:
Exception
testCancelVirginBarrier
public void testCancelVirginBarrier()
throws Exception
- Throws:
Exception
testUseCancelledBarrier
public void testUseCancelledBarrier()
throws Exception
- Throws:
Exception
testCancelWaiterThenAwaken
public void testCancelWaiterThenAwaken()
throws Exception
- Throws:
Exception
testCancelTimedWaiter
public void testCancelTimedWaiter()
throws Exception
- Throws:
Exception
Copyright © 2000-2013. All Rights Reserved.