/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | ReportPassedTestsTest.java | 76 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport() 78 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport() 98 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReportLarge() 108 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withRunFailure() 110 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withRunFailure() 121 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_singleRunFailure() 138 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withTestFailure() 140 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withTestFailure() 166 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_runFailure_withPassedTestCases() 177 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_module() [all …]
|
D | TestRunResultTest.java | 101 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun() 110 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun() 137 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun_WithTestCases() 150 result.testRunEnded(0, new HashMap<String, Metric>()); in testMultiRun_WithTestCases() 254 result1.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 262 result2.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 269 result3.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_fullMergeLogicCheck() 313 result1.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 319 result2.testRunEnded(0, new HashMap<String, Metric>()); in testMergeRetriedRunResults_checkMergingStackTraces() 324 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() 202 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_incomplete() 300 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi() 307 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi() 325 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst() 331 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst() 348 mCollectingTestListener.testRunEnded(0, new HashMap<String, Metric>()); in testSingleRun_multi_failureRunFirst_attempts() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ModuleListenerTest.java | 63 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testRegularExecution() 77 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testRun_missingTests() 97 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testInternalRerun() 106 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testInternalRerun() 124 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testMultiTestRun() 132 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testMultiTestRun() 152 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testhasRunCrashedAtAttempt() 157 mListener.testRunEnded(0, new HashMap<String, Metric>()); in testhasRunCrashedAtAttempt() 177 mListener.testRunEnded(500L, new HashMap<String, Metric>()); in testRetryInvalid() 184 mListener.testRunEnded(500L, new HashMap<String, Metric>()); in testRetryInvalid() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | InstrumentationTestTest.java | 188 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun() 211 inOrder.verify(mMockListener).testRunEnded(1, EMPTY_STRING_MAP); in testRun() 426 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerunEmpty() 439 inOrder.verify(mMockListener).testRunEnded(0, new HashMap<String, Metric>()); in testRun_rerunEmpty() 458 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 468 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 492 inOrder.verify(mMockListener).testRunEnded(1, EMPTY_STRING_MAP); in testRun_betterFailure() 512 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerun() 522 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerun() 531 listener.testRunEnded(1, EMPTY_STRING_MAP); in testRun_rerun() [all …]
|
D | GTestResultParserTest.java | 58 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseSimpleFile() 79 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseSimpleFileNoTimes() 94 verify(mockRunListener).testRunEnded(Mockito.anyLong(), Mockito.eq(expected)); in testParseNoTests() 115 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseLargerFile() 142 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseWithFailures() 165 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseWithErrors() 186 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseNonAlignedTag() 211 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseSimpleFile_AltFormat() 230 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseSimpleFile_LinkError() 259 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testParseSimpleFile_earlyError() [all …]
|
D | DeviceTestCaseTest.java | 127 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_suite() 150 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_includeFilter() 170 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_excludeFilter() 192 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_includeAnnotationFiltering() 209 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_checkAnnotation() 236 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_excludeAnnotationFiltering() 257 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_singleTest() 281 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_deviceNotAvail() 299 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_testcaseCollectMode() 318 verify(listener).testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_testcaseCollectMode_singleMethod() [all …]
|
D | PythonUnitTestResultParserTest.java | 220 verify(mMockListener, times(1)).testRunEnded(0L, new HashMap<String, Metric>()); in testParseNoTests() 237 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestPass() 255 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParsePartialSingleLineMatchSkipped() 277 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestPassWithExpectedFailure() 299 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleWithModuleClass() 336 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultipleWithFullyQualifiedClassNameAndClassIncludeFilter() 398 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPass() 425 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPassWithOneExpectedFailure() 452 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPassWithAllExpectedFailure() 483 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestFail() [all …]
|
D | NoisyDryRunTestTest.java | 91 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun() 99 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun() 118 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_withKeystore() 125 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_withKeystore() 141 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_invalidCmdFile() 156 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_invalidCmdLine() 165 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_invalidCmdLine() 281 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testLoading_sandboxed() 289 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testLoading_sandboxed() 333 mMockListener.testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testLoading_sandboxed_failed() [all …]
|
D | HostTestTest.java | 648 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_testcase() 675 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_MetricTestCase() 701 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_LogMetricTestCase() 738 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_MetricTestCase_withOption() 758 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_testSuite() 778 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_junit3TestSuite_dynamicOptions() 798 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_testHierarchySuite() 816 verify(mListener).testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testRun_testMethod() 831 verify(mListener).testRunEnded(0L, new HashMap<String, Metric>()); in testRun_missingClass() 852 verify(mListener).testRunEnded(0L, new HashMap<String, Metric>()); in testRun_invalidClass() [all …]
|
D | GTestXmlResultParserTest.java | 105 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseSimpleFile() 133 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseLargerFile() 165 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseWithFailures() 188 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseWithEmptyFile() 218 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseUnexpectedNumberTest() 250 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseSimpleFile_badXmltag() 282 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseWithEmptyFile_AdditionalOutput() 317 .testRunEnded(Mockito.anyLong(), (HashMap<String, Metric>) Mockito.any()); in testParseSimpleFile_skipped()
|
D | FakeTestTest.java | 164 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_empty() 178 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_simplePass() 192 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_simpleFail() 211 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_basicSequence() 236 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_withLogging() 259 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_basicParens() 284 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testRun_recursiveParens() 305 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testMultiRun() 312 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testMultiRun() 318 .testRunEnded(Mockito.eq(0L), Mockito.<HashMap<String, Metric>>any()); in testMultiRun()
|
D | InstrumentationFileTestTest.java | 122 listener.testRunEnded(0, Collections.emptyMap()); in testRun_singleSuccessfulTest() 190 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 208 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 213 listener.testRunEnded(1, Collections.emptyMap()); in testRun_reRunOneFailedToCompleteTest() 340 listener.testRunEnded(1, Collections.emptyMap()); in testRun_exceedMaxAttempts() 360 listener.testRunEnded(1, Collections.emptyMap()); in testRun_exceedMaxAttempts() 380 listener.testRunEnded(1, Collections.emptyMap()); in testRun_exceedMaxAttempts() 444 listener.testRunEnded(0, Collections.emptyMap()); in testRun_parameterized() 462 listener.testRunEnded(1, Collections.emptyMap()); in testRun_parameterized()
|
/tools/tradefederation/core/javatests/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 161 mAggregator.testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding() 167 mAggregator.testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding() 204 inOrder.verify(mDetailedListener).testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding() 214 inOrder.verify(mDetailedListener).testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding() 240 inOrderAgg.verify(mAggListener).testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding() 292 mAggregator.testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding_emptyModule() 324 inOrder.verify(mDetailedListener).testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding_emptyModule() 349 inOrderAgg.verify(mAggListener).testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding_emptyModule() 412 mAggregator.testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding_newResult() 418 mAggregator.testRunEnded(450L, new HashMap<String, Metric>()); in testForwarding_newResult() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 79 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 88 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 97 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 113 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 122 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 130 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 168 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 172 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 180 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 193 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarderTest.java | 71 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding() 81 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testForwarding() 110 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding_null() 119 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testForwarding_null() 140 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding_null_ignored() 151 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testForwarding_null_ignored() 181 mForwarder.testRunEnded(500L, new HashMap<>()); in testForwarding_initError() 189 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testForwarding_initError()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | FilePullerDeviceMetricCollectorTest.java | 81 mFilePuller.testRunEnded(500, new HashMap<String, Metric>()); in testNoMatchingKey() 99 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingKey() 125 mFilePuller.testRunEnded(500, currentMetrics); in testPullMultipleMatchingKeyInMetrics() 150 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingKeyPattern() 180 mFilePuller.testRunEnded(500, currentMetrics); in testMetricFileProcessingFlow() 196 mFilePuller.testRunEnded(500, currentMetrics); in testPatternNotMatching() 219 mFilePuller.testRunEnded(500, currentMetrics); in testPullMatchingDirectory() 240 mFilePuller.testRunEnded(500, currentMetrics); in testCompressDirectoryOption()
|
D | FilePullerLogCollectorTest.java | 88 listener.testRunEnded(100L, new HashMap<String, Metric>()); in testSkipStub() 95 verify(mMockListener).testRunEnded(100L, new HashMap<String, Metric>()); in testSkipStub() 126 listener.testRunEnded(100L, new HashMap<String, Metric>()); in testPullAndLog() 136 verify(mMockListener).testRunEnded(100L, new HashMap<String, Metric>()); in testPullAndLog() 196 listener.testRunEnded(100L, new HashMap<String, Metric>()); in testPostProcessFiles() 206 verify(mMockListener).testRunEnded(100L, new HashMap<String, Metric>()); in testPostProcessFiles() 237 listener.testRunEnded(100L, new HashMap<String, Metric>()); in testCompressDirectoryBeforeUpload() 247 verify(mMockListener).testRunEnded(100L, new HashMap<String, Metric>()); in testCompressDirectoryBeforeUpload() 273 listener.testRunEnded(100L, new HashMap<String, Metric>()); in testLogDataTypeOption()
|
D | CodeCoverageCollectorTest.java | 210 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_noCoverageEnabled_noop() 233 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testJavaCollector_pullCrossProcessCoverageFilesWithUserDefinedTimeout() 269 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testJavaCollector_crossProcessCoveragePullingTimeout_noLog() 285 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testJavaCollector_logCoverageWithModuleName() 308 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testJavaCollector_logCoverageWithoutModuleName() 329 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testFailure_unableToPullFile() 347 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles() 386 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_disablesRootAfterPullingFiles() 424 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testCoverageFlush_producesMultipleMeasurements() 468 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testRunningProcess_coverageFileNotDeleted() [all …]
|
D | ClangCodeCoverageCollectorTest.java | 167 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageDisabled_noCoverageLog() 182 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in clangCoverageDisabled_noCoverageLog() 203 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageFlushEnabled_flushCalled() 232 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_misc_trace_only_logsCoverageFile() 289 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_local_tmp_only_logsCoverageFile() 342 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_both_locations_logsCoverageFile() 394 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_noModuleName_logsCoverageFile() 437 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_profraw_filter_option() 475 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testOtherFileTypes_ignored() 503 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testNoClangMeasurements_noLogFile() [all …]
|
D | LogcatOnFailureCollectorTest.java | 143 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); 158 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); 184 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); 196 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); 241 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); 247 mTestListener.testRunEnded(0L, new HashMap<String, Metric>()); 262 verify(mMockListener, times(2)).testRunEnded(0L, new HashMap<String, Metric>());
|
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | BasePostProcessorTest.java | 292 listener.testRunEnded(0L, initialMetrics); in testRunLevelPostProcessing() 294 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLevelPostProcessing() 320 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testRunLogsPostProcessing_processRunLogs() 322 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLogsPostProcessing_processRunLogs() 370 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testRunLevelPostProcessing_processRunLogsOnly() 372 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLevelPostProcessing_processRunLogsOnly() 556 listener.testRunEnded(0L, runMetrics); in testAllTestMetricsPostProcessing() 561 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testAllTestMetricsPostProcessing() 607 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testAllTestLogsPostProcessing() 609 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testAllTestLogsPostProcessing() [all …]
|
D | AveragePostProcessorTest.java | 65 mMainListener.testRunEnded(15L, mMetrics); in testAverage_double() 67 verify(mMockListener).testRunEnded(Mockito.eq(15L), mCapture.capture()); in testAverage_double() 85 mMainListener.testRunEnded(15L, mMetrics); in testAverage_long() 87 verify(mMockListener).testRunEnded(Mockito.eq(15L), mCapture.capture()); in testAverage_long()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ModuleResultsAndMetricsForwarder.java | 123 public void testRunEnded( in testRunEnded() method in ModuleResultsAndMetricsForwarder 131 super.testRunEnded(elapsedTime, runMetrics); in testRunEnded() 135 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method in ModuleResultsAndMetricsForwarder 136 super.testRunEnded(elapsedTimeMillis, runMetrics); in testRunEnded()
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 204 mTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testEvents() 230 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testEvents() 358 mTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_interleavedWithTest() 370 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunFail_interleavedWithTest() 406 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testEvents_finaleProto() 432 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testEvents_finaleProto() 460 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_interleavedWithTest_finalProto() 472 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunFail_interleavedWithTest_finalProto() 497 mFinalTestParser.testRunEnded(50L, new HashMap<String, Metric>()); in testRunFail_failureDescription() 514 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunFail_failureDescription() [all …]
|