PSE 2000 Group 4

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 $

Field Summary
protected  PrintStream output
           
 
Constructor Summary
TestRunner(PrintStream output)
           
 
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
 

Field Detail

output

protected PrintStream output
Constructor Detail

TestRunner

public TestRunner(PrintStream output)
Method Detail

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

PSE 2000 Group 4