java.lang.Runnable
public class mtTester
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field | Description |
---|---|---|
private LocalizedOutput |
log |
|
private java.lang.String |
name |
|
private LocalizedOutput |
out |
|
private boolean |
stop |
|
private mtTestSuite |
suite |
|
private boolean |
testOK |
Constructor | Description |
---|---|
mtTester(java.lang.String name,
mtTestSuite suite,
LocalizedOutput out,
LocalizedOutput log) |
Modifier and Type | Method | 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.Runnable
public void stop()
public boolean noFailure()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.