Searched refs:makeTestRun (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 186 private void makeTestRun(String[] methods, boolean[] passes) { in makeTestRun() method in ResultReporterTest 206 makeTestRun(methods, new boolean[] {true, false, true}); in testRepeatedExecutions() 207 makeTestRun(methods, new boolean[] {true, false, false}); in testRepeatedExecutions() 208 makeTestRun(methods, new boolean[] {true, true, true}); in testRepeatedExecutions()
|