|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.test.BatchRunner
Recurse from the current user directory and find all .class files that are UnitTest and add to our list of tests.
Constructor Summary | |
BatchRunner()
|
Method Summary | |
protected static void |
addTestFromFile(java.lang.String fileName,
TestRunner testRunner)
Similar but different than the other jar method. |
static void |
main(java.lang.String[] args)
Search the current directory, and subdirectories, for class files, and jars containing class files, that are UnitTests as defined by the JUnit test framework. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BatchRunner()
Method Detail |
public static void main(java.lang.String[] args)
args
- The arguments passed on the command line. Only the first
argument is used and it is optional.protected static void addTestFromFile(java.lang.String fileName, TestRunner testRunner) throws java.io.IOException
fileName
- The feature to be added to the TestFromFile attribute
java.io.IOException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |