/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 | 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 | TestInvocationMultiTest.java | 211 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneMiss() 213 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneMiss() 310 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testResolveDynamicFails() 312 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testResolveDynamicFails() 380 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneThrow() 382 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_oneThrow() 470 mMockTestListener.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_cleanUpThrow() 472 mMockLogSaver.invocationEnded(EasyMock.anyLong()); in testRunBuildProvider_cleanUpThrow()
|
/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/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/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 | JsonHttpTestResultReporterTest.java | 70 mReporter.invocationEnded(0); in testSkipFailedRuns_notSet() 86 mReporter.invocationEnded(0); in testSkipFailedRuns_set() 105 mReporter.invocationEnded(0); in testIncludeAdditionalTestDetails()
|
D | PassingTestFileReporterTest.java | 61 mResultReporter.invocationEnded(0); in testPassed() 70 mResultReporter.invocationEnded(0); in testFailed()
|
/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/invocation_interfaces/com/android/tradefed/result/ |
D | InvocationSummaryHelper.java | 69 listener.invocationEnded(elapsedTime); in reportInvocationEnded() 93 listener.invocationEnded(elapsedTime); in reportInvocationEnded()
|
D | ILogSaver.java | 54 public void invocationEnded(long elapsedTime); in invocationEnded() method
|
D | ITestInvocationListener.java | 64 default public void invocationEnded(long elapsedTime) { } in invocationEnded() method
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporter.java | 45 public final void invocationEnded(long elapsedTime) { in invocationEnded() method in FormattedGeneratorReporter 47 super.invocationEnded(elapsedTime); in invocationEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | NameMangleListener.java | 154 public void invocationEnded(long elapsedTime) { in invocationEnded() method in NameMangleListener 155 mListener.invocationEnded(elapsedTime); in invocationEnded()
|
D | PassingTestFileReporter.java | 47 public void invocationEnded(long elapsedTime) { in invocationEnded() method in PassingTestFileReporter
|
D | LogSaverResultForwarder.java | 61 public void invocationEnded(long elapsedTime) { in invocationEnded() method in LogSaverResultForwarder 66 mLogSaver.invocationEnded(elapsedTime); in invocationEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | LastShardDetector.java | 32 public void invocationEnded(long elapsedTime) { in invocationEnded() method in LastShardDetector
|
/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/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/invoker/ |
D | ShardMainResultForwarder.java | 106 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ShardMainResultForwarder 119 super.invocationEnded(mTotalElapsed); in invocationEnded()
|
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()
|