Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java129 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests() local
130 mReporter.testStarted(test3); in runTests()
132 mReporter.testFailed(test3, STACK_TRACE); in runTests()
133 mReporter.testEnded(test3, new HashMap<String, Metric>()); in runTests()
DConsoleReporterTest.java120 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests() local
121 mReporter.testStarted(test3); in runTests()
123 mReporter.testFailed(test3, STACK_TRACE); in runTests()
DChecksumReporterTest.java105 ITestResult test3 = caseResult2.getOrCreateResult("Test3"); in setUp() local
106 test3.passed(mReportLog); in setUp()
DResultReporterTest.java154 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in testResultReporting() local
155 mReporter.testStarted(test3); in testResultReporting()
156 mReporter.testFailed(test3, STACK_TRACE); in testResultReporting()
157 mReporter.testEnded(test3, new HashMap<String, Metric>()); in testResultReporting()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java465 TestRuntime test3 = new TestRuntime(); in testGetshard_allSameRuntime() local
466 test3.runtimeHint = 100l; in testGetshard_allSameRuntime()
467 IModuleDef mod3 = new ModuleDef("test3", new Abi("arm", "32"), test3, in testGetshard_allSameRuntime()