jobmatch.test
Class TestRunner
jobmatch.test.TestRunner
- public class TestRunner
TestRunner that doesn't terminate the VM
- Since:
- May 12 2000
- Version:
- $Revision: 1.1 $
|
Method Summary |
protected void |
doRun(jobmatch.test.Test suite,
boolean wait)
do the same as the superclass, but don't send System.exit at the end |
void |
nonTerminatingRun(jobmatch.test.Test suite)
runs the tests, but does no kill the VM |
output
protected PrintStream output
TestRunner
public TestRunner(PrintStream output)
nonTerminatingRun
public void nonTerminatingRun(jobmatch.test.Test suite)
- runs the tests, but does no kill the VM
doRun
protected void doRun(jobmatch.test.Test suite,
boolean wait)
- do the same as the superclass, but don't send System.exit at the end