org.apache.derby.impl.tools.ij
Class mtTester

java.lang.Object
  extended by org.apache.derby.impl.tools.ij.mtTester
All Implemented Interfaces:
java.lang.Runnable

public class mtTester
extends java.lang.Object
implements java.lang.Runnable

mtTester grabs test and runs them forever. The spawner of tester is responsible for killing it.


Field Summary
private  LocalizedOutput log
           
private  java.lang.String name
           
private  LocalizedOutput out
           
private  boolean stop
           
private  mtTestSuite suite
           
private  boolean testOK
           
 
Constructor Summary
mtTester(java.lang.String name, mtTestSuite suite, LocalizedOutput out, LocalizedOutput log)
           
 
Method Summary
 boolean noFailure()
           
 void run()
          Run until killed or until there is a problem.
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suite

private mtTestSuite suite

name

private java.lang.String name

log

private LocalizedOutput log

out

private LocalizedOutput out

stop

private boolean stop

testOK

private boolean testOK
Constructor Detail

mtTester

public mtTester(java.lang.String name,
                mtTestSuite suite,
                LocalizedOutput out,
                LocalizedOutput log)
Method Detail

run

public void run()
Run until killed or until there is a problem. If we get other than 'connection closed' we'll signal that we recieved a fatal error before quittiing; otherwise, we are silent.

Specified by:
run in interface java.lang.Runnable

stop

public void stop()

noFailure

public boolean noFailure()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.