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

Variable Index

 o verbose

Constructor Index

 o Test()

Method Index

 o isTerminated()
 o printResult()
 o run()
 o runFor(int)
 o terminate()
 o terminateAfter(int)
 o waitUntilTerminated()

Variables

 o verbose
public boolean verbose

Constructors

 o Test
public Test()

Methods

 o run
public void run()
Overrides:
run in class Thread
 o terminate
public void terminate()
 o terminateAfter
public void terminateAfter(int sec)
 o runFor
public void runFor(int sec)
 o waitUntilTerminated
public void waitUntilTerminated()
 o printResult
public void printResult()
 o isTerminated
public boolean isTerminated()

All Packages  Class Hierarchy  This Package  Previous  Next  Index