Home | History | Annotate | Download | only in textui

Lines Matching full:testresult

8 import junit.framework.TestResult;
75 static public TestResult run(Test test) {
102 * Creates the TestResult to be used for the test run.
104 protected TestResult createTestResult() {
105 return new TestResult();
108 public TestResult doRun(Test test) {
112 public TestResult doRun(Test suite, boolean wait) {
113 TestResult result= createTestResult();
138 TestResult r= aTestRunner.start(args);
152 public TestResult start(String args[]) throws Exception {
186 protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exception {