com.objectwave.utility
Class ThreadPoolManager.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.utility.ThreadPoolManager.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
ThreadPoolManager

public static class ThreadPoolManager.Test
extends UnitTestBaseImpl

Unit Tests

Version:
$Id: ThreadPoolManager.java,v 2.1 2002/07/31 15:55:23 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
ThreadPoolManager.Test()
           
 
Method Summary
 java.lang.Runnable getRunnable(java.lang.String str, java.util.Vector v)
          Gets the Runnable attribute of the Test object
static void main(java.lang.String[] args)
          The main program for the Test class
 void testAllExecute()
          A unit test for JUnit
 void testSomeExecute()
          A unit test for JUnit
 void testSomeExecute2()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, tearDown, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolManager.Test

public ThreadPoolManager.Test()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the Test class

Parameters:
args - The command line arguments

getRunnable

public java.lang.Runnable getRunnable(java.lang.String str,
                                      java.util.Vector v)
Gets the Runnable attribute of the Test object

Parameters:
str -
v -
Returns:
The Runnable value

testSomeExecute

public void testSomeExecute()
A unit test for JUnit


testSomeExecute2

public void testSomeExecute2()
A unit test for JUnit


testAllExecute

public void testAllExecute()
A unit test for JUnit