Searched defs:TestRunner (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/junit/textui/
H A DTestRunner.java12 * 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 { class in inherits:BaseTestRunner
33 * Constructs a TestRunner.
35 public TestRunner() { method in class:TestRunner
40 * Constructs a TestRunner using the given stream for all the output
42 public TestRunner(PrintStream writer) { method in class:TestRunner
47 * Constructs a TestRunner usin
49 public TestRunner(ResultPrinter printer) { method in class:TestRunner
[all...]
/dalvik/libcore/luni/src/test/java/junit/textui/
H A DTestRunner.java12 * 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 { class in inherits:BaseTestRunner
33 * Constructs a TestRunner.
35 public TestRunner() { method in class:TestRunner
40 * Constructs a TestRunner using the given stream for all the output
42 public TestRunner(PrintStream writer) { method in class:TestRunner
47 * Constructs a TestRunner usin
49 public TestRunner(ResultPrinter printer) { method in class:TestRunner
[all...]
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 2110 milliseconds