Home
last modified time | relevance | path

Searched refs:testRunEnded (Results 1 – 25 of 25) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java127 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in ModuleListener
129 mListener.testRunEnded(elapsedTime, metrics); in testRunEnded()
136 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ModuleListener
137 testRunEnded(elapsedTime, TfMetricProtoUtil.upgradeConvert(metrics)); in testRunEnded()
DConsoleReporter.java153 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ConsoleReporter
154 testRunEnded(elapsedTime, TfMetricProtoUtil.upgradeConvert(metrics)); in testRunEnded()
161 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in ConsoleReporter
DMetadataReporter.java154 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in MetadataReporter
155 testRunEnded(elapsedTime, TfMetricProtoUtil.upgradeConvert(metrics)); in testRunEnded()
162 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in MetadataReporter
DResultReporter.java435 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ResultReporter
436 testRunEnded(elapsedTime, TfMetricProtoUtil.upgradeConvert(metrics)); in testRunEnded()
443 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in ResultReporter
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java80 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunTimeoutInput()
108 mockRunListener.testRunEnded(totalTime, Collections.emptyMap()); in testRunNormalInput()
129 mockRunListener.testRunEnded(totalTime, Collections.<String, String>emptyMap()); in testRunErrorInput()
229 mockRunListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(Collections.emptyMap())); in testNormalSummary()
251 mockRunListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(Collections.emptyMap())); in testClassErrorSummary()
DVtsMultiDeviceTestTest.java352 mMockInvocationListener.testRunEnded(
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java59 listener.testRunEnded(System.currentTimeMillis() - startTime, metrics); in run()
89 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in JarHostTest.HostTestListener
98 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in JarHostTest.HostTestListener
DModuleDef.java414 mListener.testRunEnded(0, new HashMap<String, Metric>()); in finish()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java157 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in testResultReporting()
198 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in makeTestRun()
274 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in testRetry()
330 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in testRetryCanSetDone()
369 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in testRetryCannotSetDone()
389 mReporter.testRunEnded(10, new HashMap<String, Metric>()); in testResultReporting_moduleNotDone()
416 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_moduleNotDone_noTests()
433 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_moduleDone_noTests()
516 shard1.testRunEnded(10, new HashMap<String, Metric>()); in testResultReporter_sharded()
524 shard2.testRunEnded(10, new HashMap<String, Metric>()); in testResultReporter_sharded()
[all …]
DMetadataReporterTest.java98 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReportingFastTests()
113 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReportingSlowTests()
DConsoleReporterTest.java76 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_singleModule()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DTestStub.java82 listener.testRunEnded(0, new HashMap<String, Metric>()); in testAttempt()
97 listener.testRunEnded(0, new HashMap<String, Metric>()); in run()
125 listener.testRunEnded(0, new HashMap<String, Metric>()); in run()
DJarHostTestTest.java213 mListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testCountTestFails()
240 mListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testJarHostMetrics()
DSimpleTestStub.java59 listener.testRunEnded(0, new HashMap<String, Metric>()); in run()
DModuleDefTest.java68 mockListener.testRunEnded(0, new HashMap<String, Metric>()); in testModuleFinisher()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java99 results.testRunEnded(500L, new HashMap<String, Metric>()); in createFakeResults()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java421 inOrder.verify(listener, times(1)).testRunEnded(anyLong(), (HashMap<String, Metric>) any()); in verifyFailedAndEndedCall()
431 inOrder.verify(listener, times(1)).testRunEnded(anyLong(), (HashMap<String, Metric>) any()); in verifyPassedAndEndedCall()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java337 listener.testRunEnded(mTotalElapsedTime, Collections.<String, String>emptyMap()); in completeTestRun()
468 listener.testRunEnded(elapsedTime, Collections.<String, String>emptyMap()); in processJsonFile()
DVtsMultiDeviceTest.java1426 listener.testRunEnded(System.currentTimeMillis() - methodStartTime, in doRunTest()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java196 mMockListener.testRunEnded( in testValidation()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...
/test/vts/harnesses/tradefed/tests/res/testtype/
Dvts_multi_device_test_parser_output_error.txt28 07-08 11:56:25 D/ModuleListener: ModuleListener.testRunEnded(0, {})
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java161 listener.testRunEnded( in run()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/
DAppCompatibilityTest.java221 listener.testRunEnded( in run()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DIntegrationTest.java250 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testSingleModuleRun_checkMetadata()