All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.jos.experimental.StefanReich.test.TestSuite

java.lang.Object
    |
    +----org.jos.experimental.StefanReich.test.TestSuite

public class TestSuite
extends Object
A collection of Tests with methods to run the tests in cooperative or preemptive multitasking and collect the results.

Version:
JOS-FileSystem 4 Preview (25-Mar-98)
Author:
Stefan Reich
See Also:
Test

Constructor Index

 o TestSuite()

Method Index

 o add(Test)
 o isEmpty()
 o nativeConcurrency()
 o orderedConcurrency()
 o size()

Constructors

 o TestSuite
public TestSuite()

Methods

 o add
public void add(Test t)
 o orderedConcurrency
public Test orderedConcurrency()
 o nativeConcurrency
public Test nativeConcurrency()
 o isEmpty
public boolean isEmpty()
 o size
public int size()

All Packages  Class Hierarchy  This Package  Previous  Next  Index