/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ModuleListenerTest.java | 59 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testRegularExecution() 73 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_missingTests() 93 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testInternalRerun() 102 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testInternalRerun() 120 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testMultiTestRun() 128 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testMultiTestRun() 148 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testhasRunCrashedAtAttempt() 153 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testhasRunCrashedAtAttempt() 173 mListener.testRunEnded(500L, new HashMap<String, Metric>()); in testRetryInvalid() 180 mListener.testRunEnded(500L, new HashMap<String, Metric>()); in testRetryInvalid()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationTestTest.java | 179 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun() 201 inOrder.verify(mMockListener).testRunEnded(1, EMPTY_STRING_MAP); in testRun() 338 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerunEmpty() 365 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 375 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 384 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 406 inOrder.verify(mMockListener).testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 411 inOrder.verify(mMockListener).testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 429 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerun() 439 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerun() [all …]
|
D | InstrumentationFileTestTest.java | 121 listener.testRunEnded(0, Collections.emptyMap()); in testRun_singleSuccessfulTest() 151 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(new HashMap<String, Metric>())); in testRun_singleSuccessfulTest() 186 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 205 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 210 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 241 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(new HashMap<String, Metric>())); in testRun_reRunOneFailedToCompleteTest() 250 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(new HashMap<String, Metric>())); in testRun_reRunOneFailedToCompleteTest() 255 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(new HashMap<String, Metric>())); in testRun_reRunOneFailedToCompleteTest() 301 listener.testRunEnded(1, Collections.emptyMap()); in testRun_serialReRunOfTwoFailedToCompleteTests() 318 listener.testRunEnded(1, Collections.emptyMap()); in testRun_serialReRunOfTwoFailedToCompleteTests() [all …]
|
D | NoisyDryRunTestTest.java | 93 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun() 101 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun() 121 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_withKeystore() 128 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_withKeystore() 145 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_invalidCmdFile() 162 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_invalidCmdLine() 171 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_invalidCmdLine() 290 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testLoading_sandboxed() 298 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testLoading_sandboxed() 342 mMockListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testLoading_sandboxed_failed() [all …]
|
D | DeviceTestCaseTest.java | 125 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_suite() 147 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_includeFilter() 167 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_excludeFilter() 190 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_includeAnnotationFiltering() 210 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_checkAnnotation() 238 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_excludeAnnotationFiltering() 258 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_singleTest() 279 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_deviceNotAvail() 304 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_testcaseCollectMode() 323 listener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_testcaseCollectMode_singleMethod() [all …]
|
D | GTestResultParserTest.java | 52 mockRunListener.testRunEnded( in testParseSimpleFile() 76 mockRunListener.testRunEnded( in testParseSimpleFileNoTimes() 93 mockRunListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(expected)); in testParseNoTests() 116 mockRunListener.testRunEnded( in testParseLargerFile() 177 mockRunListener.testRunEnded( in testParseWithFailures() 228 mockRunListener.testRunEnded( in testParseWithErrors() 251 mockRunListener.testRunEnded( in testParseNonAlignedTag() 309 mockRunListener.testRunEnded( in testParseSimpleFile_AltFormat() 327 mockRunListener.testRunEnded( in testParseSimpleFile_LinkError() 355 mockRunListener.testRunEnded( in testParseSimpleFile_earlyError() [all …]
|
D | InstrumentationSerialTestTest.java | 80 listener.testRunEnded(0, new HashMap<String, Metric>()); in testRun() 101 mMockListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun() 128 listener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_runFailure() 152 mMockListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_runFailure() 154 mMockListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_runFailure() 200 listener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_package() 223 mMockListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_package()
|
D | JavaCodeCoverageListenerTest.java | 130 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootEnabled_logsCoverageMeasurement() 144 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, new HashMap<String, Metric>()); in testFailure_noCoverageMetric() 163 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testFailure_unableToPullFile() 181 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles() 198 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_throwsIfCannotEnableRoot() 212 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_disablesRootAfterPullingFiles() 229 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_throwsIfCannotDisableRoot() 265 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testMerge_producesSingleMeasurement() 267 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testMerge_producesSingleMeasurement() 269 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, new HashMap<String, Metric>()); in testMerge_producesSingleMeasurement() [all …]
|
D | HostTestTest.java | 620 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_testcase() 646 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_MetricTestCase() 671 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_LogMetricTestCase() 707 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_MetricTestCase_withOption() 726 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_testSuite() 745 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_junit3TestSuite_dynamicOptions() 764 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_testHierarchySuite() 781 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_testMethod() 872 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_multipleClass() 878 mListener.testRunEnded(EasyMock.anyLong(), (HashMap<String, Metric>) EasyMock.anyObject()); in testRun_multipleClass() [all …]
|
D | FakeTestTest.java | 150 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_empty() 163 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_simplePass() 176 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_simpleFail() 194 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_basicSequence() 215 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_withLogging() 240 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_basicParens() 265 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testRun_recursiveParens() 280 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testMultiRun() 287 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testMultiRun() 293 mListener.testRunEnded(EasyMock.eq(0l), EasyMock.<HashMap<String, Metric>>anyObject()); in testMultiRun()
|
D | GTestXmlResultParserTest.java | 96 mockRunListener.testRunEnded( in testParseSimpleFile() 124 mockRunListener.testRunEnded( in testParseLargerFile() 161 mockRunListener.testRunEnded( in testParseWithFailures() 185 mockRunListener.testRunEnded( in testParseWithEmptyFile() 215 mockRunListener.testRunEnded( in testParseUnexpectedNumberTest() 248 mockRunListener.testRunEnded( in testParseSimpleFile_badXmltag() 280 mockRunListener.testRunEnded( in testParseWithEmptyFile_AdditionalOutput() 315 mockRunListener.testRunEnded( in testParseSimpleFile_skipped()
|
D | ClangCodeCoverageListenerTest.java | 123 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageDisabled_noCoverageLog() 136 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in clangCoverageDisabled_noCoverageLog() 156 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageFlushEnabled_flushCalled() 183 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_logsCoverageFile() 220 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testOtherFileTypes_ignored() 245 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testNoClangMeasurements_noLogFile() 271 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testProfileToolInConfiguration_notFromBuild() 298 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testProfileToolNotFound_throwsException() 332 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testProfileToolFailed_throwsException()
|
D | GTestListenerTest.java | 78 mMockListener.testRunEnded( in testNoDuplicateTests() 89 listener.testRunEnded(0, emptyMap); in testNoDuplicateTests() 115 mMockListener.testRunEnded( in testDuplicateTestsFailsWithOptionEnabled() 126 listener.testRunEnded(0, emptyMap); in testDuplicateTestsFailsWithOptionEnabled()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | TestRunResultTest.java | 102 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun() 111 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun() 138 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun_WithTestCases() 151 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun_WithTestCases() 255 result1.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 263 result2.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 270 result3.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 314 result1.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 320 result2.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 325 result3.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() [all …]
|
D | CollectingTestListenerTest.java | 80 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testRunFailed() 92 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testRunFailed_counting() 94 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testRunFailed_counting() 97 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testRunFailed_counting() 200 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_incomplete() 298 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi() 305 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi() 323 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst() 329 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst() 346 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst_attempts() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 69 mMockListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay() 77 mShardListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay() 91 mMockListener.testRunEnded(0l, new HashMap<String, Metric>()); in testPlayRuns() 99 mShardListener.testRunEnded(0l, new HashMap<String, Metric>()); in testPlayRuns() 131 mMockListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 136 mMockListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 144 mMockListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 155 mShardListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 159 mShardListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 166 mShardListener.testRunEnded(0l, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarderTest.java | 65 mMockListener.testRunEnded( in testForwarding() 79 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding() 104 mMockListener.testRunEnded( in testForwarding_null() 118 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding_null() 143 mMockListener.testRunEnded( in testForwarding_initError() 157 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding_initError()
|
D | InstrumentationResultProtoParserTest.java | 165 mMockListener.testRunEnded(0, Collections.emptyMap()); in testNullProtoFile() 181 mMockListener.testRunEnded(0, Collections.emptyMap()); in testEmptyProtoFile() 200 mMockListener.testRunEnded(0, Collections.emptyMap()); in testInvalidResultsProtoFile() 216 mMockListener.testRunEnded(27013, Collections.emptyMap()); in testNoTestResults() 236 mMockListener.testRunEnded(27013, Collections.emptyMap()); in testOneTestSuccessWithMetrics() 274 mMockListener1.testRunEnded(27013, Collections.emptyMap()); in testOneTestSuccessWithMultipleListeners() 279 mMockListener2.testRunEnded(27013, Collections.emptyMap()); in testOneTestSuccessWithMultipleListeners() 316 mMockListener.testRunEnded(EasyMock.eq(27013L), EasyMock.capture(captureRunMetrics)); in testOneRunSuccessWithMetrics() 340 mMockListener.testRunEnded(EasyMock.eq(27013L), EasyMock.capture(captureRunMetrics)); in testOneTestAndRunSuccessWithMetrics() 377 mMockListener.testRunEnded(EasyMock.eq(27013L), EasyMock.capture(captureRunMetrics)); in testMultipleTestSuccessWithMetrics() [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | JavaCodeCoverageListener.java | 91 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in JavaCodeCoverageListener 107 super.testRunEnded(elapsedTime, runMetrics); in testRunEnded() 114 super.testRunEnded(elapsedTime, runMetrics); in testRunEnded() 120 super.testRunEnded(elapsedTime, runMetrics); in testRunEnded() 141 super.testRunEnded(elapsedTime, runMetrics); in testRunEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollectorTest.java | 73 mFilePuller.testRunEnded(500, new HashMap<String, Metric>()); in testNoMatchingKey() 91 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingKey() 117 mFilePuller.testRunEnded(500, currentMetrics); in testPullMultipleMatchingKeyInMetrics() 142 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingKeyPattern() 171 mFilePuller.testRunEnded(500, currentMetrics); in testMetricFileProcessingFlow() 187 mFilePuller.testRunEnded(500, currentMetrics); in testPatternNotMatching() 210 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingDirectory()
|
D | LogcatOnFailureCollectorTest.java | 119 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect() 137 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect() 160 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_legacy() 173 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_legacy() 209 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_multiRun() 229 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_multiRun() 247 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_multiRun() 253 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); in testCollect_multiRun()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 165 mMockListener.testRunEnded( in testEvents() 213 mTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testEvents() 339 mMockListener.testRunEnded( in testRunFail_interleavedWithTest() 355 mTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_interleavedWithTest() 384 mMockListener.testRunEnded( in testEvents_finaleProto() 412 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testEvents_finaleProto() 435 mMockListener.testRunEnded( in testRunFail_interleavedWithTest_finalProto() 451 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_interleavedWithTest_finalProto() 475 mMockListener.testRunEnded( in testRunFail_failureDescription() 495 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_failureDescription() [all …]
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 105 public default void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method 106 testRunEnded(elapsedTimeMillis, TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded() 116 public default void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) {} in testRunEnded() method
|
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/ |
D | AveragePostProcessorTest.java | 57 mMockListener.testRunEnded(EasyMock.eq(15L), EasyMock.capture(captured)); in testAverage_double() 62 mMainListener.testRunEnded(15L, mMetrics); in testAverage_double() 80 mMockListener.testRunEnded(EasyMock.eq(15L), EasyMock.capture(captured)); in testAverage_long() 85 mMainListener.testRunEnded(15L, mMetrics); in testAverage_long()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | JUnitXmlParserTest.java | 81 mMockListener.testRunEnded(5000L, new HashMap<String, Metric>()); in testParse() 109 mMockListener.testRunEnded(918686L, new HashMap<String, Metric>()); in testParseErrorAndSkipped() 122 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testParseError_format() 138 mMockListener.testRunEnded(0L, new HashMap<String, Metric>()); in testParseBazelShTestXml()
|