Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultReporterTest.java108 TestRecord run1 = module1.getChildrenList().get(0).getInlineTestRecord(); in testFinalizeProto() local
110 assertEquals(2, run1.getChildrenCount()); in testFinalizeProto()
111 TestRecord testRecord1 = run1.getChildrenList().get(0).getInlineTestRecord(); in testFinalizeProto()
113 TestRecord testRecord2 = run1.getChildrenList().get(1).getInlineTestRecord(); in testFinalizeProto()
120 assertEquals(1, run1.getArtifacts().size()); in testFinalizeProto()
142 TestRecord run1 = mFinalRecord.getChildrenList().get(0).getInlineTestRecord(); in testRunFail_interleavedWithTest() local
143 assertEquals("run failure", run1.getDebugInfo().getErrorMessage()); in testRunFail_interleavedWithTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DCollectingTestListenerTest.java167 final TestRunResult run1 = mCollectingTestListener.getTestRunAtAttempt("run", 0); in testRun_attempts() local
171 .containsExactly(run1, run2, run3); in testRun_attempts()
172 assertThat(run1.getNumTests()).isEqualTo(2); in testRun_attempts()