public class InfiniteLoopTest extends Test
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
notice
Test notice.
|
private boolean |
running
Flag used to force the main (looping) thread to terminate.
|
Constructor and Description |
---|
InfiniteLoopTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
clean()
Terminates the infinite loop.
|
protected void |
perform()
Performs the test.
|
cleanupFailure, cleanupSuccess, failure, initialize, success, task, task
public static final java.lang.String notice
private boolean running