com.mchange.v2.async.junit
Class ThreadPoolAsynchronousRunnerJUnitTestCase

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

public class ThreadPoolAsynchronousRunnerJUnitTestCase
extends TestCase


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

Constructor Detail

ThreadPoolAsynchronousRunnerJUnitTestCase

public ThreadPoolAsynchronousRunnerJUnitTestCase()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testDeadlockCase

public void testDeadlockCase()

main

public static void main(String[] argv)