Searched refs:TestResult (Results 1 – 4 of 4) sorted by relevance
23 import junit.framework.TestResult;59 public TestResult start(String[] args) throws Exception { in start()101 TestResult r = aTestRunner.start(args); in main()120 public TestResult doRun(Test test, boolean wait) { in doRun()137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod()
22 import junit.framework.TestResult;53 public void runTest(Test test, TestResult result) { in runTest()
76 result = am_instrument_parser.TestResult(segment1)85 result = am_instrument_parser.TestResult(segment2)96 result = am_instrument_parser.TestResult(segment3)105 result = am_instrument_parser.TestResult(segment4)
52 test_result = TestResult(result_block_string)124 class TestResult(object): class