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
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 |
LoadingTestRunner
public LoadingTestRunner()
main
public static void main(java.lang.String[] args)
- main entrypoint