Home
last modified time | relevance | path

Searched refs:testModuleStarted (Results 1 – 25 of 29) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java114 mAggListener.testModuleStarted(mModuleContext); in testForwarding()
115 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding()
183 mAggregator.testModuleStarted(mModuleContext); in testForwarding()
233 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure()
234 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding_runFailure()
289 mAggregator.testModuleStarted(mModuleContext); in testForwarding_runFailure()
328 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun()
329 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun()
377 mAggregator.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun()
409 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_aggregation()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java125 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
139 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
151 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
162 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
178 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule_attempts()
192 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule_attempts()
205 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule_attempts()
216 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule_attempts()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java154 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents()
193 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents()
373 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto()
395 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto()
566 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_subprocess()
596 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_subprocess()
664 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto_partialEvents()
687 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto_partialEvents()
DStreamProtoResultReporterTest.java78 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream()
99 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream()
168 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream_noInvocationReporting()
187 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_noInvocationReporting()
228 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream_incompleteModule()
238 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_incompleteModule()
DFileProtoResultReporterTest.java105 mReporter.testModuleStarted(createModuleContext("module1")); in testWriteResults_periodic()
111 mReporter.testModuleStarted(createModuleContext("module2")); in testWriteResults_periodic()
127 mMockListener.testModuleStarted(EasyMock.anyObject()); in testWriteResults_periodic()
137 mMockListener.testModuleStarted(EasyMock.anyObject()); in testWriteResults_periodic()
DProtoResultReporterTest.java74 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testFinalizeProto()
96 mReporter.testModuleStarted(createModuleContext("arm32 module1")); in testFinalizeProto()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java397 listener.testModuleStarted(EasyMock.anyObject()); in expectTestRun()
413 listener.testModuleStarted(EasyMock.anyObject()); in expectIntraModuleTestRun()
685 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_unresponsiveDevice()
744 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_deviceUnavailable()
812 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_runtimeException()
1265 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_withCollectors()
1519 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_coverageOptionsCopied()
1597 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_GranularRerunwithModuleListener()
1814 mMockListener.testModuleStarted(EasyMock.anyObject()); in testReportNotExecuted()
1842 mMockListener.testModuleStarted(EasyMock.anyObject()); in testReportNotExecuted_moduleInProgress()
[all …]
DTfSuiteRunnerTest.java238 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite()
246 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite()
DITestSuiteMultiTest.java150 mMockListener.testModuleStarted(EasyMock.anyObject()); in testMultiDeviceITestSuite()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java142 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ShardListener
143 super.testModuleStarted(moduleContext); in testModuleStarted()
198 mMainListener.testModuleStarted(mModuleContext); in testModuleEnded()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java162 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultAggregator
178 super.testModuleStarted(moduleContext); in testModuleStarted()
179 mAllForwarder.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/
DResultForwarder.java356 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder
359 listener.testModuleStarted(moduleContext); in testModuleStarted()
DLegacySubprocessResultsReporter.java135 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in LegacySubprocessResultsReporter
DCollectingTestListener.java156 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in CollectingTestListener
DSubprocessResultsReporter.java276 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SubprocessResultsReporter
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java125 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BasePostProcessor
126 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java114 mMockListener.testModuleStarted(module1); in testReplayModules()
130 mMockListener.testModuleStarted(module2); in testReplayModules()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java92 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SuiteResultReporter
93 super.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java223 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BaseDeviceMetricCollector
224 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java79 mBase.testModuleStarted(mContext); in testInitAndForwarding()
96 Mockito.verify(mMockListener, times(1)).testModuleStarted(Mockito.any()); in testInitAndForwarding()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java666 listener.testModuleStarted(module.getModuleInvocationContext()); in run()
670 .testModuleStarted(module.getModuleInvocationContext()); in run()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java114 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java98 listener.testModuleStarted(moduleContext); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java156 mReporter.testModuleStarted(moduleContext); in testFinalizeResults()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java222 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ProtoResultReporter

12