All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----test.textui.TestRunner
suite
method. The suite method should return a test to be run.
TestRunner prints out a trace as the tests are executed followed by a
summary at the end.
Here is the synopsis:
java test.testui.TestRunner [-wait] VectorTest
public TestRunner()
public static void main(String argv[])run
public static void run(Test suite)
public static void main (String[] args) { test.textui.TestRunner.run(suite()); }
All Packages Class Hierarchy This Package Previous Next Index