Home
last modified time | relevance | path

Searched refs:run2 (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.java69 TestRunResult run2 = createFakeResults("run2", 3); in testCreateChecksum() local
70 results.add(run2); in testCreateChecksum()
86 for (Entry<TestDescription, TestResult> entry : run2.getTestResults().entrySet()) { in testCreateChecksum()
87 assertTrue(parser.containsTestResult(entry, run2, FINGERPRINT)); in testCreateChecksum()