Home
last modified time | relevance | path

Searched refs:createFakeResults (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java67 TestRunResult run1 = createFakeResults("run1", 2); in testCreateChecksum()
69 TestRunResult run2 = createFakeResults("run2", 3); in testCreateChecksum()
91 private TestRunResult createFakeResults(String runName, int testCount) { in createFakeResults() method in CertificationChecksumHelperTest