javautils
Class CompleteTestSuiteRunner

java.lang.Object
  |
  +--javautils.CompleteTestSuiteRunner
All Implemented Interfaces:
CompleteTestSuiteRunnerConstants

public class CompleteTestSuiteRunner
extends java.lang.Object
implements CompleteTestSuiteRunnerConstants

An utility program for running all the unit tests of the project.


Field Summary
 
Fields inherited from interface javautils.CompleteTestSuiteRunnerConstants
TESTS
 
Constructor Summary
CompleteTestSuiteRunner()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteTestSuiteRunner

public CompleteTestSuiteRunner()
Method Detail

main

public static void main(java.lang.String[] argv)