public class mtTester
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private LocalizedOutput |
log |
private java.lang.String |
name |
private LocalizedOutput |
out |
private boolean |
stop |
private mtTestSuite |
suite |
private boolean |
testOK |
| Constructor and Description |
|---|
mtTester(java.lang.String name,
mtTestSuite suite,
LocalizedOutput out,
LocalizedOutput log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
noFailure() |
void |
run()
Run until killed or until there is a problem.
|
void |
stop() |
private mtTestSuite suite
private java.lang.String name
private LocalizedOutput log
private LocalizedOutput out
private boolean stop
private boolean testOK
public mtTester(java.lang.String name,
mtTestSuite suite,
LocalizedOutput out,
LocalizedOutput log)
public void run()
run in interface java.lang.Runnablepublic void stop()
public boolean noFailure()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.