com.mchange.v2.async.junit
Class ThreadPerTaskAsynchronousRunnerJUnitTestCase

java.lang.Object
  extended by TestCase
      extended by com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase

public class ThreadPerTaskAsynchronousRunnerJUnitTestCase
extends TestCase


Constructor Summary
ThreadPerTaskAsynchronousRunnerJUnitTestCase()
           
 
Method Summary
static void main(String[] argv)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testBasicBehavior()
           
 void testBasicBehaviorFastNoSkipClose()
           
 void testBasicBehaviorFastSkipClose()
           
 void testDeadlockCase()
           
 void testDeadlockWithPentUpTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPerTaskAsynchronousRunnerJUnitTestCase

public ThreadPerTaskAsynchronousRunnerJUnitTestCase()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testBasicBehavior

public void testBasicBehavior()

testBasicBehaviorFastNoSkipClose

public void testBasicBehaviorFastNoSkipClose()

testBasicBehaviorFastSkipClose

public void testBasicBehaviorFastSkipClose()

testDeadlockCase

public void testDeadlockCase()

testDeadlockWithPentUpTasks

public void testDeadlockWithPentUpTasks()

main

public static void main(String[] argv)