/tools/tradefederation/core/tests/src/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 172 mAggListener.invocationEnded(500L); in testForwarding() 174 mDetailedListener.invocationEnded(500L); in testForwarding() 208 mAggregator.invocationEnded(500L); in testForwarding() 279 mAggListener.invocationEnded(500L); in testForwarding_runFailure() 280 mDetailedListener.invocationEnded(500L); in testForwarding_runFailure() 307 mAggregator.invocationEnded(500L); in testForwarding_runFailure() 367 mAggListener.invocationEnded(500L); in testForwarding_runFailure_noRerun() 368 mDetailedListener.invocationEnded(500L); in testForwarding_runFailure_noRerun() 388 mAggregator.invocationEnded(500L); in testForwarding_runFailure_noRerun() 473 mAggListener.invocationEnded(500L); in testForwarding_runFailure_aggregation() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 174 mMockListener.invocationEnded(500L); in testEvents() 222 mTestParser.invocationEnded(500L); in testEvents() 263 mMockListener.invocationEnded(500L); in testEvents_invocationFailure() 272 mTestParser.invocationEnded(500L); in testEvents_invocationFailure() 304 mMockListener.invocationEnded(500L); in testEvents_invocationFailure_errorNotSet() 313 mTestParser.invocationEnded(500L); in testEvents_invocationFailure_errorNotSet() 342 mMockListener.invocationEnded(500L); in testRunFail_interleavedWithTest() 357 mTestParser.invocationEnded(500L); in testRunFail_interleavedWithTest() 389 mMockListener.invocationEnded(500L); in testEvents_finaleProto() 417 mFinalTestParser.invocationEnded(500L); in testEvents_finaleProto() [all …]
|
D | StreamProtoResultReporterTest.java | 94 mMockListener.invocationEnded(500L); in testStream() 119 mReporter.invocationEnded(500L); in testStream() 143 mReporter.invocationEnded(500L); in testStream_stopParsing() 207 mReporter.invocationEnded(500L); in testStream_noInvocationReporting()
|
D | ProtoResultReporterTest.java | 100 mReporter.invocationEnded(500L); in testFinalizeProto() 146 mReporter.invocationEnded(500L); in testRunFail_interleavedWithTest() 163 mReporter.invocationEnded(500L); in testInvocationFailure()
|
D | FileProtoResultReporterTest.java | 81 mReporter.invocationEnded(500L); in testWriteResults() 118 mReporter.invocationEnded(500L); in testWriteResults_periodic() 147 mMockListener.invocationEnded(500L); in testWriteResults_periodic()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 70 mMockListener.invocationEnded(0l); in testBufferAndReplay() 78 mShardListener.invocationEnded(0l); in testBufferAndReplay() 110 mMockListener.invocationEnded(0l); in testLogWithoutRun() 115 mShardListener.invocationEnded(0l); in testLogWithoutRun() 146 mMockListener.invocationEnded(0l); in testBufferAndReplay_withModule() 169 mShardListener.invocationEnded(0l); in testBufferAndReplay_withModule() 199 mMockListener.invocationEnded(0l); in testBufferAndReplay_withModule_attempts() 223 mShardListener.invocationEnded(0l); in testBufferAndReplay_withModule_attempts() 298 mockListener.invocationEnded(0l); in testLogOrderingForSharding() 308 mMockSaver.invocationEnded(0L); in testLogOrderingForSharding() [all …]
|
D | TestInvocationMultiTest.java | 217 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneMiss() 219 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneMiss() 316 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testResolveDynamicFails() 318 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testResolveDynamicFails() 386 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneThrow() 388 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneThrow() 476 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_cleanUpThrow() 478 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_cleanUpThrow()
|
D | ShardMainResultForwarderTest.java | 87 mShardPrimary.invocationEnded(0l); in testForwardBuildInfo() 88 mShardPrimary.invocationEnded(1l); in testForwardBuildInfo() 136 mShardPrimary.invocationEnded(0l); in testForwardBuildInfo_multiDevice() 137 mShardPrimary.invocationEnded(1l); in testForwardBuildInfo_multiDevice() 168 invocationLogger.invocationEnded(500L); in testForward_Sharded() 179 Mockito.verify(mMockLogListener, times(1)).invocationEnded(500L); in testForward_Sharded()
|
D | TestInvocationTest.java | 880 logSaverListener.invocationEnded(EasyMock.anyLong()); in testInvoke_logFileSaved() 1262 mMockTestListener.invocationEnded(EasyMock.anyLong()); in setupMockListeners() 1267 mMockSummaryListener.invocationEnded(EasyMock.anyLong()); in setupMockListeners() 1268 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in setupMockListeners() 1304 mMockLogSaver.invocationEnded(0L); in testInvoke_shardableTest_legacy() 1375 mMockLogSaver.invocationEnded(0L); in testInvoke_shardableTest_autoRetry()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | ClangCodeCoverageListenerTest.java | 124 mListener.invocationEnded(ELAPSED_TIME); in coverageDisabled_noCoverageLog() 137 mListener.invocationEnded(ELAPSED_TIME); in clangCoverageDisabled_noCoverageLog() 157 mListener.invocationEnded(ELAPSED_TIME); in coverageFlushEnabled_flushCalled() 184 mListener.invocationEnded(ELAPSED_TIME); in testRun_logsCoverageFile() 221 mListener.invocationEnded(ELAPSED_TIME); in testOtherFileTypes_ignored() 246 mListener.invocationEnded(ELAPSED_TIME); in testNoClangMeasurements_noLogFile() 272 mListener.invocationEnded(ELAPSED_TIME); in testProfileToolInConfiguration_notFromBuild() 299 mListener.invocationEnded(ELAPSED_TIME); in testProfileToolNotFound_throwsException() 338 mListener.invocationEnded(ELAPSED_TIME); in testProfileToolFailed_throwsException()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 244 mListener.invocationEnded(System.currentTimeMillis()); in testSimplePassRun() 285 mainInvocationForwarder.invocationEnded(System.currentTimeMillis()); in testSimplePassRun_withLoggedFile() 340 mListener.invocationEnded(System.currentTimeMillis()); in testSimpleRun_withFail() 368 mListener.invocationEnded(System.currentTimeMillis()); in testRun_incomplete() 400 mListener.invocationEnded(System.currentTimeMillis()); in testRun_DeviceNotAvailable() 435 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in scheduleConfig() 487 .invocationEnded(500); in scheduleConfig() 633 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in testRun_sharding_withIndex() 713 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in helperTestShardIndex()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporterTest.java | 90 mReporter.invocationEnded(500L); in testFinalizedResults_nothingRan() 124 mReporter.invocationEnded(500L); in testFinalizeResults_noAbi() 162 mReporter.invocationEnded(500L); in testFinalizeResults() 190 mReporter.invocationEnded(500L); in testFinalizedResults_skipped() 213 mReporter.invocationEnded(500L); in testFinalizedResults_skippedByNPE() 246 mReporter.invocationEnded(500L); in testFinalizedResults_notRetry()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollectorTest.java | 93 mBase.invocationEnded(0L); in testInitAndForwarding() 116 Mockito.verify(mMockListener, times(1)).invocationEnded(0L); in testInitAndForwarding() 181 mBase.invocationEnded(0L); in testForwarding_withException() 202 Mockito.verify(mMockListener, times(1)).invocationEnded(0L); in testForwarding_withException() 340 base.invocationEnded(0L); in verifyFiltering() 351 Mockito.verify(mMockListener, times(1)).invocationEnded(0L); in verifyFiltering() 559 mBase.invocationEnded(0L); in testOnTestEndWithTestDescription()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 410 listener.invocationEnded(elapsedTime); in performInvocation() 652 listener.invocationEnded(0L); in invokeFetchBuild() 705 listener.invocationEnded(0L); in invokeRemoteDynamic() 894 listener.invocationEnded(0L); in invoke() 915 config.getLogSaver().invocationEnded(0L); in invoke() 935 listener.invocationEnded(0L); in invoke()
|
D | ShardListener.java | 227 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ShardListener 228 super.invocationEnded(elapsedTime); in invocationEnded() 233 mMainListener.invocationEnded(elapsedTime); in invocationEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | XmlResultReporterTest.java | 63 public void invocationEnded(long elapsedTime) { in invocationEnded() method in XmlResultReporterTest.MockLogSaver 110 mResultReporter.invocationEnded(1); in testEmptyGeneration() 128 mResultReporter.invocationEnded(1); in testSinglePass() 153 mResultReporter.invocationEnded(1); in testSingleFail()
|
D | MetricsXMLResultReporterTest.java | 64 mResultReporter.invocationEnded(1); in testEmptyGeneration() 85 mResultReporter.invocationEnded(1); in testRunMetrics() 112 mResultReporter.invocationEnded(1); in testTestMetrics() 138 mResultReporter.invocationEnded(1); in testTestFailMetrics()
|
D | EmailResultReporterTest.java | 57 mEmailReporter.invocationEnded(0); in testInvocationEnded() 79 mEmailReporter.invocationEnded(0); in testInvocationEnded_multiBuild() 97 mEmailReporter.invocationEnded(0); in testNullFlavorAndBranch()
|
D | JsonHttpTestResultReporterTest.java | 70 mReporter.invocationEnded(0); in testSkipFailedRuns_notSet() 86 mReporter.invocationEnded(0); in testSkipFailedRuns_set() 105 mReporter.invocationEnded(0); in testIncludeAdditionalTestDetails()
|
D | CollectingTestListenerTest.java | 230 mCollectingTestListener.invocationEnded(0); in testRunEnded_aggregateMixedMetrics() 241 mCollectingTestListener.invocationEnded(0); in testRunEnded_aggregateNewStringMetrics() 252 mCollectingTestListener.invocationEnded(0); in testRunEnded_aggregateExistingStringMetrics()
|
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | MetricsXmlParserTest.java | 103 mResultReporter.invocationEnded(5); in testSimpleParse() 137 mResultReporter.invocationEnded(5); in testParse() 172 mResultReporter.invocationEnded(5); in testParseBlacklist()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 531 public void invocationEnded(long elapsedTime) { in invocationEnded() method in BugreportCollector 532 mListener.invocationEnded(elapsedTime); in invocationEnded() 533 mCollector.invocationEnded(elapsedTime); in invocationEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterLogSaverTest.java | 237 mClusterLogSaver.invocationEnded(0); in testInvocationEnded() 278 mClusterLogSaver.invocationEnded(0); in testInvocationEnded_uploadError() 310 mClusterLogSaver.invocationEnded(0); in testInvocationEnded_duplicateUpload()
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 131 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ResultAggregator 144 super.invocationEnded(elapsedTime); in invocationEnded() 147 mAllForwarder.invocationEnded(elapsedTime); in invocationEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 268 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ClusterCommandScheduler.InvocationEventHandler 269 super.invocationEnded(elapsedTime); in invocationEnded() 703 handler.invocationEnded(0); in dryRunCommand()
|