junit.swingui
Class LoadingTestRunner

java.lang.Object
  |
  +--junit.swingui.LoadingTestRunner

public class LoadingTestRunner
extends java.lang.Object

A convenience class to use TestRunner that can reload classes. Enter the name of a class with a suite method which should return the tests to be run.

 Synopsis: java java.swingui.LoadingTestRunner [TestCase]
 
TestRunner takes as an optional argument the name of the testcase class to be run.

See Also:
TestCaseClassLoader

Constructor Summary
LoadingTestRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          main entrypoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingTestRunner

public LoadingTestRunner()
Method Detail

main

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