|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.ui.LoadingTestRunner
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.
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 |
public LoadingTestRunner()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |