Lines Matching full:testrunner
16 * java junit.textui.TestRunner [-wait] TestCaseClass
19 * <p>TestRunner expects the name of a TestCase class as argument.
24 * <p> When the wait command line argument is given TestRunner
27 * <p>TestRunner prints a trace as the tests are executed followed by a
30 public class TestRunner extends BaseTestRunner {
38 * Constructs a TestRunner.
40 public TestRunner() {
45 * Constructs a TestRunner using the given stream for all the output
47 public TestRunner(PrintStream writer) {
52 * Constructs a TestRunner using the given ResultPrinter all the output
54 public TestRunner(ResultPrinter printer) {
71 * test.textui.TestRunner.run(suite());
76 TestRunner runner= new TestRunner();
85 TestRunner aTestRunner= new TestRunner();
136 TestRunner aTestRunner= new TestRunner();
174 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class");