public class All extends TestSuite
Constructor and Description |
---|
All(TestHarness harness)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Create a default test harness and
run all tests on it.
|
void |
runSuite()
Run all the tests.
|
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
public All(TestHarness harness)