HomeSort by relevance Sort by last modified time
    Searched refs:doRun (Results 1 - 22 of 22) sorted by null

  /dalvik/dx/src/junit/textui/
TestRunner.java 72 return runner.doRun(test);
81 aTestRunner.doRun(suite, true);
108 public TestResult doRun(Test test) {
109 return doRun(test, false);
112 public TestResult doRun(Test suite, boolean wait) {
172 return doRun(suite, wait);