Home
last modified time | relevance | path

Searched refs:run1 (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() local
68 results.add(run1); in testCreateChecksum()
82 for (Entry<TestDescription, TestResult> entry : run1.getTestResults().entrySet()) { in testCreateChecksum()
83 assertTrue(parser.containsTestResult(entry, run1, FINGERPRINT)); in testCreateChecksum()