/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() 89 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withRunFailure() 91 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withRunFailure() 102 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_singleRunFailure() 119 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withTestFailure() 121 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_withTestFailure() 147 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_runFailure_withPassedTestCases() 158 mReporter.testRunEnded(0L, Collections.emptyMap()); in testReport_module() 161 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/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/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 | PythonUnitTestResultParserTest.java | 140 verify(mMockListener, times(1)).testRunEnded(0L, new HashMap<String, Metric>()); in testParseNoTests() 157 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestPass() 175 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParsePartialSingleLineMatchSkipped() 197 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestPassWithExpectedFailure() 219 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleWithModuleClass() 246 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPass() 273 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPassWithOneExpectedFailure() 300 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseMultiTestPassWithAllExpectedFailure() 331 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSingleTestFail() 365 inOrder.verify(mMockListener, times(1)).testRunEnded(1000L, new HashMap<String, Metric>()); in testParseSubtestFailure() [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 | 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 | 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/invoker/ |
D | ShardListenerTest.java | 76 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 85 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 94 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay() 110 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 119 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 127 verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testPlayRuns() 165 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 169 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 177 mShardListener.testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() 190 inOrder.verify(mMockListener).testRunEnded(0L, new HashMap<String, Metric>()); in testBufferAndReplay_withModule() [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 …]
|
D | ModuleDefinitionTest.java | 185 listener.testRunEnded(0, new HashMap<String, Metric>()); in run() 267 listener.testRunEnded(0, new HashMap<String, Metric>()); in run() 430 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun() 487 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_tearDownException() 559 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_aggregateRunFailures() 620 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_disabledPreparation() 647 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_disabledTearDown() 690 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_failPreparation() 734 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_failPreparation_runtime() 775 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRun_failPreparation_error() [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/postprocessor/ |
D | BasePostProcessorTest.java | 290 listener.testRunEnded(0L, initialMetrics); in testRunLevelPostProcessing() 292 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLevelPostProcessing() 318 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testRunLogsPostProcessing_processRunLogs() 320 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLogsPostProcessing_processRunLogs() 368 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testRunLevelPostProcessing_processRunLogsOnly() 370 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testRunLevelPostProcessing_processRunLogsOnly() 554 listener.testRunEnded(0L, runMetrics); in testAllTestMetricsPostProcessing() 559 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testAllTestMetricsPostProcessing() 605 listener.testRunEnded(0L, new HashMap<String, Metric>()); in testAllTestLogsPostProcessing() 607 verify(mMockListener).testRunEnded(Mockito.anyLong(), mCapture.capture()); in testAllTestLogsPostProcessing() [all …]
|
/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()
|
D | ClangCodeCoverageCollectorTest.java | 170 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageDisabled_noCoverageLog() 185 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in clangCoverageDisabled_noCoverageLog() 206 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageFlushEnabled_flushCalled() 235 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_misc_trace_only_logsCoverageFile() 292 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_local_tmp_only_logsCoverageFile() 345 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_both_locations_logsCoverageFile() 397 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_noModuleName_logsCoverageFile() 440 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_profraw_filter_option() 478 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testOtherFileTypes_ignored() 506 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/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 …]
|
/tools/asuite/atest/bazel/reporter/javatests/com/android/tradefed/result/ |
D | BazelXmlResultReporterTest.java | 68 reporter.testRunEnded(20L, mEmptyMap); in writeResultPassed_testPassed() 84 reporter.testRunEnded(20L, mEmptyMap); in writeStackTrace_testFailed() 100 reporter.testRunEnded(20L, mEmptyMap); in noWriteTestCase_testIgnored() 130 reporter.testRunEnded(20L, mEmptyMap); in writeSkipped_testAssumptionFailure() 157 reporter.testRunEnded(30L, mEmptyMap); in writeTestCount_multipleTests()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/ |
D | ExecutableHostTestTest.java | 116 .testRunEnded(anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_doesNotExists() 141 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable() 175 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_relativePath() 221 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_dnae() 254 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_search() 289 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_notFound() 335 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_failure() 381 .testRunEnded(Mockito.anyLong(), Mockito.<HashMap<String, Metric>>any()); in testRunHostExecutable_timeout()
|