Home | History | Annotate | Download | only in textui

Lines Matching refs:TestRunner

12  * java junit.textui.TestRunner [-wait] TestCaseClass
14 * TestRunner expects the name of a TestCase class as argument.
19 * When the wait command line argument is given TestRunner
22 * TestRunner prints a trace as the tests are executed followed by a
25 public class TestRunner extends BaseTestRunner {
33 * Constructs a TestRunner.
35 public TestRunner() {
40 * Constructs a TestRunner using the given stream for all the output
42 public TestRunner(PrintStream writer) {
47 * Constructs a TestRunner using the given ResultPrinter all the output
49 public TestRunner(ResultPrinter printer) {
66 * test.textui.TestRunner.run(suite());
71 TestRunner runner= new TestRunner();
80 TestRunner aTestRunner= new TestRunner();
136 TestRunner aTestRunner= new TestRunner();
168 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class");