sjt.mgmt
Class ThreadTest

sjt.mgmt.ThreadTest

public class ThreadTest

TestCase is a JUnit test case for any SJT.Mgmt threading model tests. Please download Junit from junit.sourceforge.com. Run the test case with the junit.jar and SJT.Mgmt.jar in your classpath. java -classpath .:lib/SJT.Mgmt.jar:lib/junit.jar junit.ui.TestRunner sjt.mgmt.TestCase

Since:
0.1

Constructor Summary
ThreadTest(java.lang.String name)
          Creates new ThreadTest
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBlockingAdd()
           
 void testNonBlockingAdd()
           
 

Constructor Detail

ThreadTest

public ThreadTest(java.lang.String name)
Creates new ThreadTest
Method Detail

setUp

public void setUp()

testNonBlockingAdd

public void testNonBlockingAdd()

testBlockingAdd

public void testBlockingAdd()

tearDown

public void tearDown()