Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java77 TestDescription test2 = new TestDescription(RUN_NAME, TEST_NAME_1); in testRunTimeoutInput() local
78 mockRunListener.testStarted(test2); in testRunTimeoutInput()
79 mockRunListener.testEnded(test2, Collections.emptyMap()); in testRunTimeoutInput()
105 TestDescription test2 = new TestDescription(RUN_NAME, TEST_NAME_1); in testRunNormalInput() local
106 mockRunListener.testStarted(test2); in testRunNormalInput()
107 mockRunListener.testEnded(test2, Collections.emptyMap()); in testRunNormalInput()
225 TestDescription test2 = new TestDescription(RUN_NAME, TEST_NAME_2); in testNormalSummary() local
226 mockRunListener.testStarted(test2, 1525425749536l); in testNormalSummary()
227 mockRunListener.testFailed(test2, FAILURE_MESSAGE); in testNormalSummary()
228 mockRunListener.testEnded(test2, 1525425749537l, Collections.emptyMap()); in testNormalSummary()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java150 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testResultReporting() local
151 mReporter.testStarted(test2); in testResultReporting()
152 mReporter.testFailed(test2, STACK_TRACE); in testResultReporting()
270 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testRetry() local
271 mReporter.testStarted(test2); in testRetry()
272 mReporter.testEnded(test2, new HashMap<String, Metric>()); in testRetry()
326 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testRetryCanSetDone() local
327 mReporter.testStarted(test2); in testRetryCanSetDone()
328 mReporter.testEnded(test2, new HashMap<String, Metric>()); in testRetryCanSetDone()
365 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testRetryCannotSetDone() local
[all …]
DConsoleReporterTest.java114 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests() local
115 mReporter.testStarted(test2); in runTests()
117 mReporter.testFailed(test2, STACK_TRACE); in runTests()
DMetadataReporterTest.java124 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests() local
125 mReporter.testStarted(test2); in runTests()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DStatSummaryTest.java100 StatSummary test2 = in testMerge() local
114 test2.updateStats(value); in testMerge()
118 test.merge(test2); in testMerge()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestEntity.java126 TestEntity test2 = (TestEntity) obj; in equals() local
128 this.testName.equals(test2.testName) && in equals()
129 this.hasProfilingData == test2.hasProfilingData); in equals()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java463 TestRuntime test2 = new TestRuntime(); in testGetshard_allSameRuntime() local
464 test2.runtimeHint = 100l; in testGetshard_allSameRuntime()
465 IModuleDef mod2 = new ModuleDef("test2", new Abi("arm", "32"), test2, in testGetshard_allSameRuntime()