Home
last modified time | relevance | path

Searched refs:invocationStarted (Results 1 – 25 of 58) sorted by relevance

123

/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java108 mAggListener.invocationStarted(mInvocationContext); in testForwarding()
111 mDetailedListener.invocationStarted(mInvocationContext); in testForwarding()
182 mAggregator.invocationStarted(mInvocationContext); in testForwarding()
227 mAggListener.invocationStarted(mInvocationContext); in testForwarding_runFailure()
230 mDetailedListener.invocationStarted(mInvocationContext); in testForwarding_runFailure()
288 mAggregator.invocationStarted(mInvocationContext); in testForwarding_runFailure()
322 mAggListener.invocationStarted(mInvocationContext); in testForwarding_runFailure_noRerun()
325 mDetailedListener.invocationStarted(mInvocationContext); in testForwarding_runFailure_noRerun()
376 mAggregator.invocationStarted(mInvocationContext); in testForwarding_runFailure_noRerun()
403 mAggListener.invocationStarted(mInvocationContext); in testForwarding_runFailure_aggregation()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java152 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents()
180 mTestParser.invocationStarted(mInvocationContext); in testEvents()
259 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents_invocationFailure()
269 mTestParser.invocationStarted(mInvocationContext); in testEvents_invocationFailure()
300 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents_invocationFailure_errorNotSet()
310 mTestParser.invocationStarted(mInvocationContext); in testEvents_invocationFailure_errorNotSet()
331 mMockListener.invocationStarted(EasyMock.anyObject()); in testRunFail_interleavedWithTest()
345 mTestParser.invocationStarted(mInvocationContext); in testRunFail_interleavedWithTest()
371 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents_finaleProto()
393 mFinalTestParser.invocationStarted(mInvocationContext); in testEvents_finaleProto()
[all …]
DStreamProtoResultReporterTest.java76 mMockListener.invocationStarted(EasyMock.anyObject()); in testStream()
97 mReporter.invocationStarted(mInvocationContext); in testStream()
141 mReporter.invocationStarted(mInvocationContext); in testStream_stopParsing()
185 mReporter.invocationStarted(mInvocationContext); in testStream_noInvocationReporting()
226 mMockListener.invocationStarted(EasyMock.anyObject()); in testStream_incompleteModule()
236 mReporter.invocationStarted(mInvocationContext); in testStream_incompleteModule()
DProtoResultReporterTest.java72 mReporter.invocationStarted(mInvocationContext); in testFinalizeProto()
133 mReporter.invocationStarted(mInvocationContext); in testRunFail_interleavedWithTest()
157 mReporter.invocationStarted(mInvocationContext); in testInvocationFailure()
DFileProtoResultReporterTest.java80 mReporter.invocationStarted(context); in testWriteResults()
104 mReporter.invocationStarted(context); in testWriteResults_periodic()
126 mMockListener.invocationStarted(EasyMock.anyObject()); in testWriteResults_periodic()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java63 mMockListener.invocationStarted(mContext); in testBufferAndReplay()
73 mShardListener.invocationStarted(mContext); in testBufferAndReplay()
85 mMockListener.invocationStarted(mContext); in testPlayRuns()
95 mShardListener.invocationStarted(mContext); in testPlayRuns()
107 mMockListener.invocationStarted(mContext); in testLogWithoutRun()
113 mShardListener.invocationStarted(mContext); in testLogWithoutRun()
124 mMockListener.invocationStarted(mContext); in testBufferAndReplay_withModule()
149 mShardListener.invocationStarted(mContext); in testBufferAndReplay_withModule()
177 mMockListener.invocationStarted(mContext); in testBufferAndReplay_withModule_attempts()
203 mShardListener.invocationStarted(mContext); in testBufferAndReplay_withModule_attempts()
[all …]
DShardMainResultForwarderTest.java84 mShardPrimary.invocationStarted(main); in testForwardBuildInfo()
85 mShardPrimary.invocationStarted(shard1); in testForwardBuildInfo()
86 mShardPrimary.invocationStarted(shard2); in testForwardBuildInfo()
133 mShardPrimary.invocationStarted(main); in testForwardBuildInfo_multiDevice()
134 mShardPrimary.invocationStarted(shard1); in testForwardBuildInfo_multiDevice()
135 mShardPrimary.invocationStarted(shard2); in testForwardBuildInfo_multiDevice()
165 invocationLogger.invocationStarted(main); in testForward_Sharded()
173 Mockito.verify(mMockLogListener, times(1)).invocationStarted(Mockito.eq(main)); in testForward_Sharded()
DTestInvocationMultiTest.java202 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_oneMiss()
204 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_oneMiss()
298 mMockTestListener.invocationStarted(mContext); in testResolveDynamicFails()
300 mMockLogSaver.invocationStarted(mContext); in testResolveDynamicFails()
371 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_oneThrow()
373 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_oneThrow()
461 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_cleanUpThrow()
463 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_cleanUpThrow()
DTestInvocationTest.java835 logSaverListener.invocationStarted(mStubInvocationMetadata); in testInvoke_logFileSaved()
1114 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in setupMockListeners()
1115 mMockTestListener.invocationStarted(mStubInvocationMetadata); in setupMockListeners()
1118 mMockSummaryListener.invocationStarted(mStubInvocationMetadata); in setupMockListeners()
1303 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in testInvoke_shardableTest_legacy()
1343 logSaverListener.invocationStarted(mStubInvocationMetadata); in testInvoke_shardableTest_autoRetry()
1374 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in testInvoke_shardableTest_autoRetry()
1538 mMockTestListener.invocationStarted((IInvocationContext)EasyMock.anyObject()); in setupNShardInvocation()
1540 mMockSummaryListener.invocationStarted((IInvocationContext)EasyMock.anyObject()); in setupNShardInvocation()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java88 saver.invocationStarted(mContext); in testGetFileDir()
106 newSaver.invocationStarted(mContext); in testGetFileDir()
128 saver.invocationStarted(context); in testGetFileDir_nobranch()
148 saver.invocationStarted(mContext); in testGetFileDir_retention()
174 saver.invocationStarted(mContext); in testSaveLogData_uncompressed()
208 saver.invocationStarted(mContext); in testSaveLogData_compressed()
236 saver.invocationStarted(mContext); in testSaveLogDataRaw()
262 saver.invocationStarted(mContext); in testCreateReportDirectory_sharded()
266 main.invocationStarted(mContext); in testCreateReportDirectory_sharded()
DXmlResultReporterTest.java58 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in XmlResultReporterTest.MockLogSaver
109 mResultReporter.invocationStarted(context); in testEmptyGeneration()
123 mResultReporter.invocationStarted(context); in testSinglePass()
147 mResultReporter.invocationStarted(context); in testSingleFail()
DMetricsXMLResultReporterTest.java63 mResultReporter.invocationStarted(context); in testEmptyGeneration()
80 mResultReporter.invocationStarted(context); in testRunMetrics()
107 mResultReporter.invocationStarted(context); in testTestMetrics()
132 mResultReporter.invocationStarted(context); in testTestFailMetrics()
DEmailResultReporterTest.java55 mEmailReporter.invocationStarted(context); in testInvocationEnded()
77 mEmailReporter.invocationStarted(context); in testInvocationEnded_multiBuild()
95 mEmailReporter.invocationStarted(context); in testNullFlavorAndBranch()
DJsonHttpTestResultReporterTest.java67 mReporter.invocationStarted(mContext); in testSkipFailedRuns_notSet()
83 mReporter.invocationStarted(mContext); in testSkipFailedRuns_set()
103 mReporter.invocationStarted(mContext); in testIncludeAdditionalTestDetails()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java78 mBase.invocationStarted(mContext); in testInitAndForwarding()
95 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in testInitAndForwarding()
168 mBase.invocationStarted(mContext); in testForwarding_withException()
183 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in testForwarding_withException()
329 base.invocationStarted(mContext); in verifyFiltering()
342 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in verifyFiltering()
432 mBase.invocationStarted(mContext); in testActualRunAnnotated_include()
485 mBase.invocationStarted(mContext); in testActualRunAnnotated_exclude()
553 mBase.invocationStarted(mContext); in testOnTestEndWithTestDescription()
561 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in testOnTestEndWithTestDescription()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java242 mListener.invocationStarted(mContext); in testSimplePassRun()
283 mainInvocationForwarder.invocationStarted(mContext); in testSimplePassRun_withLoggedFile()
338 mListener.invocationStarted(mContext); in testSimpleRun_withFail()
366 mListener.invocationStarted(mContext); in testRun_incomplete()
393 mListener.invocationStarted(mContext); in testRun_DeviceNotAvailable()
415 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in scheduleConfig()
458 .invocationStarted(mContext); in scheduleConfig()
622 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in testRun_sharding_withIndex()
702 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in helperTestShardIndex()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java89 mReporter.invocationStarted(mContext); in testFinalizedResults_nothingRan()
119 mReporter.invocationStarted(mContext); in testFinalizeResults_noAbi()
152 mReporter.invocationStarted(mContext); in testFinalizeResults()
187 mReporter.invocationStarted(mContext); in testFinalizedResults_skipped()
211 mReporter.invocationStarted(mContext); in testFinalizedResults_skippedByNPE()
240 mReporter.invocationStarted(mContext); in testFinalizedResults_notRetry()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java654 handler.invocationStarted(context);
721 handler.invocationStarted(context);
788 handler.invocationStarted(context);
1420 handler.invocationStarted(context);
1462 handler.invocationStarted(context);
1493 handler.invocationStarted(context);
DClusterLogSaverTest.java236 mClusterLogSaver.invocationStarted(invocationContext); in testInvocationEnded()
277 mClusterLogSaver.invocationStarted(invocationContext); in testInvocationEnded_uploadError()
309 mClusterLogSaver.invocationStarted(invocationContext); in testInvocationEnded_duplicateUpload()
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsXmlParserTest.java91 mResultReporter.invocationStarted(context); in testSimpleParse()
119 mResultReporter.invocationStarted(context); in testParse()
154 mResultReporter.invocationStarted(context); in testParseBlacklist()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java81 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ShardListener
82 super.invocationStarted(context); in invocationStarted()
84 mMainListener.invocationStarted(context); in invocationStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java512 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in BugreportCollector
513 mListener.invocationStarted(context); in invocationStarted()
514 mCollector.invocationStarted(context); in invocationStarted()
DNameMangleListener.java138 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in NameMangleListener
139 mListener.invocationStarted(context); in invocationStarted()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java110 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ResultAggregator
111 super.invocationStarted(context); in invocationStarted()
112 mAllForwarder.invocationStarted(context); in invocationStarted()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java231 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ClusterCommandScheduler.InvocationEventHandler
232 super.invocationStarted(context); in invocationStarted()
701 handler.invocationStarted(context); in dryRunCommand()

123