Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/javatests/com/android/tradefed/result/
DReportPassedTestsTest.java175 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_module()
192 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_module_shards()
206 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_singleModuleFailure()
228 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_moduleFailure_withPassedTestCases_shards()
256 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_moduleFailure_withPassedTestCases()
295 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_module_invocationFailed()
299 mReporter.testModuleStarted(createModule("x86 module2")); in testReport_module_invocationFailed()
312 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_emptyModules()
317 mReporter.testModuleStarted(createModule("x86_64 module1")); in testReport_emptyModules()
327 mReporter.testModuleStarted(createModule("x86 module1")); in testReport_emptyFailedModules()
[all …]
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DSparseTestListener.java35 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SparseTestListener
37 delegate().testModuleStarted(moduleContext); in testModuleStarted()
DBazelTestListener.java83 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BazelTestListener
88 delegate().testModuleStarted(moduleContext); in testModuleStarted()
DForwardingTestListener.java176 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ForwardingTestListener
177 delegate().testModuleStarted(moduleContext); in testModuleStarted()
DInvocationLogCollector.java55 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in InvocationLogCollector
DNullTestListener.java169 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in NullTestListener
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java147 mAggregator.testModuleStarted(mModuleContext); in testForwarding()
180 inOrderAgg.verify(mAggListener).testModuleStarted(mModuleContext); in testForwarding()
181 inOrder.verify(mDetailedListener).testModuleStarted(mModuleContext); in testForwarding()
285 mAggregator.testModuleStarted(mModuleContext); in testForwarding_emptyModule()
295 mAggregator.testModuleStarted(mModuleContext); in testForwarding_emptyModule()
305 inOrderAgg.verify(mAggListener).testModuleStarted(mModuleContext); in testForwarding_emptyModule()
306 inOrder.verify(mDetailedListener).testModuleStarted(mModuleContext); in testForwarding_emptyModule()
326 inOrder.verify(mDetailedListener).testModuleStarted(mModuleContext); in testForwarding_emptyModule()
351 inOrderAgg.verify(mAggListener).testModuleStarted(mModuleContext); in testForwarding_emptyModule()
398 mAggregator.testModuleStarted(mModuleContext); in testForwarding_newResult()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java97 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream()
125 inOrder.verify(mMockListener).testModuleStarted(Mockito.any()); in testStream()
144 verify(mMockListener).testModuleStarted(Mockito.any()); in testStream()
208 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_noInvocationReporting()
235 verify(mMockListener).testModuleStarted(Mockito.any()); in testStream_noInvocationReporting()
DModuleProtoResultReporterTest.java74 mReporter.testModuleStarted(module1Context); in testModuleReporting()
86 verify(mMockListener).testModuleStarted(Mockito.any()); in testModuleReporting()
110 mReporter.testModuleStarted(module1Context); in testModuleReporting_metadata()
DProtoResultParserTest.java184 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents()
216 inOrder.verify(mMockListener).testModuleStarted(Mockito.any()); in testEvents()
389 mFinalTestParser.testModuleStarted(moduleContext); in testEvents_finaleProto()
417 inOrder.verify(mMockListener).testModuleStarted(startCaptor.capture()); in testEvents_finaleProto()
584 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_subprocess()
619 inOrder.verify(mMockListener).testModuleStarted(Mockito.any()); in testEvents_subprocess()
686 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto_partialEvents()
712 inOrder.verify(mMockListener).testModuleStarted(Mockito.any()); in testEvents_finaleProto_partialEvents()
738 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testIncompleteModule()
743 verify(mMockListener).testModuleStarted(Mockito.any()); in testIncompleteModule()
DFileProtoResultReporterTest.java114 mReporter.testModuleStarted(module1Context); in testWriteResults_periodic()
122 mReporter.testModuleStarted(module2Context); in testWriteResults_periodic()
149 verify(mMockListener, times(2)).testModuleStarted(moduleCaptor.capture()); in testWriteResults_periodic()
DInvocationProtoResultReporterTest.java78 mReporter.testModuleStarted(module1Context); in testInvocationReporting()
91 verify(mMockListener).testModuleStarted(Mockito.any()); in testInvocationReporting()
DProtoResultReporterTest.java74 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testFinalizeProto()
98 mReporter.testModuleStarted(createModuleContext("arm32 module1")); in testFinalizeProto()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DShardListenerTest.java164 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
176 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
187 inOrder.verify(mMockListener).testModuleStarted(module1); in testBufferAndReplay_withModule()
202 inOrder.verify(mMockListener).testModuleStarted(module2); in testBufferAndReplay_withModule()
228 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule_attempts()
241 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule_attempts()
251 inOrder.verify(mMockListener).testModuleStarted(module1); in testBufferAndReplay_withModule_attempts()
267 inOrder.verify(mMockListener).testModuleStarted(module2); in testBufferAndReplay_withModule_attempts()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java161 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ShardListener
162 super.testModuleStarted(moduleContext); in testModuleStarted()
217 mMainListener.testModuleStarted(mModuleContext); in testModuleEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/
DReportPassedTests.java76 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ReportPassedTests
77 super.testModuleStarted(moduleContext); in testModuleStarted()
DResultForwarder.java398 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder
401 listener.testModuleStarted(moduleContext); in testModuleStarted()
DEventsLoggerListener.java72 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in EventsLoggerListener
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java118 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java214 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultAggregator
231 super.testModuleStarted(moduleContext); in testModuleStarted()
232 mAllForwarder.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteTest.java394 listener.testModuleStarted(Mockito.any()); in expectTestRun()
411 listener.testModuleStarted(Mockito.any()); in expectIntraModuleTestRun()
773 verify(mMockListener).testModuleStarted(Mockito.any()); in testRun_unresponsiveDevice()
830 verify(mMockListener, times(2)).testModuleStarted(Mockito.any()); in testRun_deviceUnavailable()
904 verify(mMockListener).testModuleStarted(Mockito.any()); in testRun_runtimeException()
1343 verify(mMockListener).testModuleStarted(Mockito.any()); in testRun_withCollectors()
1598 verify(mMockListener).testModuleStarted(Mockito.any()); in testRun_coverageOptionsCopied()
1681 verify(mMockListener).testModuleStarted(Mockito.any()); in testRun_GranularRerunwithModuleListener()
1883 verify(mMockListener, times(1)).testModuleStarted(Mockito.any()); in testReportNotExecuted()
1960 verify(mMockListener, times(2)).testModuleStarted(Mockito.any()); in testReportNotExecuted_moduleInProgress()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java156 verify(mMockListener).testModuleStarted(module1); in testReplayModules()
174 verify(mMockListener).testModuleStarted(module2); in testReplayModules()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java95 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SuiteResultReporter
96 super.testModuleStarted(moduleContext); in testModuleStarted()
/tools/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/
DBazelTestTest.java181 inOrder.verify(mMockListener).testModuleStarted(any()); in runSucceeds_testLogsReportedUnderModule()
709 .testModuleStarted( in reportCachedModulesSparsely_reportsOnlyModuleLevelEvents()
741 verify(mMockListener).testModuleStarted(hasInvocationAttribute("module-cached", "true")); in testModuleCached_cachedPropertyReported()
1033 reporter.testModuleStarted(context);
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java187 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BasePostProcessor
188 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()

12