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
-
TestSuite()
-
-
add(Test)
-
-
isEmpty()
-
-
nativeConcurrency()
-
-
orderedConcurrency()
-
-
size()
-
TestSuite
public TestSuite()
add
public void add(Test t)
orderedConcurrency
public Test orderedConcurrency()
nativeConcurrency
public Test nativeConcurrency()
isEmpty
public boolean isEmpty()
size
public int size()
All Packages Class Hierarchy This Package Previous Next Index