java.lang.Object
com.simscomputing.testbed.TestCaseCollection
com.simscomputing.testbed.FileSystemTestCaseCollection
- public class FileSystemTestCaseCollection
- extends TestCaseCollection
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:33 $
| Methods inherited from class com.simscomputing.testbed.TestCaseCollection |
addTestCaseCollection, assert, clearMarkedMethods, exercise, exercise, exerciseTestCase, getName, getNumberOfTestCases, getRelatedTestCaseCollections, getTestCaseMethods, isMethodTestCase, logStdError, logStdOut, markForTesting, reset, setup, setupCollection, stop, teardown, teardownCollection, wasStopped |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directory
private java.io.File directory
FileSystemTestCaseCollection
public FileSystemTestCaseCollection(java.lang.String directory)
exercise
public TestResultCollection exercise()
- Finds all class files that extend TestCaseCollection in the specified directory and all
directories underneath. Then those classes are exercised and the collective results
are returned.
findExercisableClasses
private void findExercisableClasses(java.io.File directory,
java.io.FileFilter fileFilter,
java.util.ArrayList outputList)
main
public static void main(java.lang.String[] args)