junit.ui
Class LoadingTestRunner

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

public class LoadingTestRunner
extends java.lang.Object

A TestRunner that dynamically reloads classes. Enter the name of a class with a suite method which should return the tests to be run.

 Synopsis: java java.ui.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