com.objectwave.tools
Class UnitTest

java.lang.Object
  |
  +--com.objectwave.tools.UnitTest

public class UnitTest
extends java.lang.Object

Recurse from the current user directory and find all .class files that are UnitTest and add to our list of tests.

Version:
2.1
Author:
Dave Hoag

Constructor Summary
UnitTest()
           
 
Method Summary
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

UnitTest

public UnitTest()
Method Detail

main

public 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. A pattern can be provided that class files much match in order to investigate the nature of those classes.

Parameters:
args - The arguments passed on the command line. Only the first argument is used and it is optional.