| org.columba.core.util.SemaphoreTest
SemaphoreTest | public class SemaphoreTest extends TestCase (Code) | | author: redsolo |
Method Summary | |
public void | testConstructors() Tests the constructors. | public void | testHold() Test the hold() and release() methods. | public void | testSingleWait() Test a single thread wait on the semaphore. |
testConstructors | public void testConstructors()(Code) | | Tests the constructors.
|
testHold | public void testHold()(Code) | | Test the hold() and release() methods.
|
|
|