| java.lang.Object org.apache.derby.impl.tools.ij.mtTester
mtTester | public class mtTester implements Runnable(Code) | | mtTester grabs test and runs them forever.
The spawner of tester is responsible for
killing it.
|
Method Summary | |
public boolean | noFailure() | public void | run() Run until killed or until there is a problem. | public void | stop() |
noFailure | public boolean noFailure()(Code) | | |
run | public void run()(Code) | | 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.
|
|
|