|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.test.UnitTestBaseImpl | +--com.objectwave.utility.ThreadPoolManager.Test
Unit Tests
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 |
public ThreadPoolManager.Test()
Method Detail |
public static void main(java.lang.String[] args)
args
- The command line argumentspublic java.lang.Runnable getRunnable(java.lang.String str, java.util.Vector v)
str
- v
-
public void testSomeExecute()
public void testSomeExecute2()
public void testAllExecute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |