Searched refs:test2 (Results 1 – 7 of 7) sorted by relevance
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParserTest.java | 77 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/ |
D | ResultReporterTest.java | 150 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 …]
|
D | ConsoleReporterTest.java | 114 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests() local 115 mReporter.testStarted(test2); in runTests() 117 mReporter.testFailed(test2, STACK_TRACE); in runTests()
|
D | MetadataReporterTest.java | 124 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/ |
D | StatSummaryTest.java | 100 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/ |
D | TestEntity.java | 126 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/ |
D | ModuleRepoTest.java | 463 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()
|