All Packages Class Hierarchy This Package Previous Next Index
Class org.jos.experimental.StefanReich.test.Test
java.lang.Object
|
+----java.lang.Thread
|
+----org.jos.experimental.StefanReich.test.Test
- public abstract class Test
- extends Thread
Abstract base class for classes that perform any sort of long-term testing
that runs until stopped explicitly (terminateAfter()) or implicitly (runFor()).
- Version:
- JOS-FileSystem 4 Preview (25-Mar-98)
- Author:
- Stefan Reich
-
verbose
-
-
Test()
-
-
isTerminated()
-
-
printResult()
-
-
run()
-
-
runFor(int)
-
-
terminate()
-
-
terminateAfter(int)
-
-
waitUntilTerminated()
-
verbose
public boolean verbose
Test
public Test()
run
public void run()
- Overrides:
- run in class Thread
terminate
public void terminate()
terminateAfter
public void terminateAfter(int sec)
runFor
public void runFor(int sec)
waitUntilTerminated
public void waitUntilTerminated()
printResult
public void printResult()
isTerminated
public boolean isTerminated()
All Packages Class Hierarchy This Package Previous Next Index