/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | ReportPassedTestsTest.java | 175 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/ |
D | SparseTestListener.java | 35 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SparseTestListener 37 delegate().testModuleStarted(moduleContext); in testModuleStarted()
|
D | BazelTestListener.java | 83 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BazelTestListener 88 delegate().testModuleStarted(moduleContext); in testModuleStarted()
|
D | ForwardingTestListener.java | 176 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ForwardingTestListener 177 delegate().testModuleStarted(moduleContext); in testModuleStarted()
|
D | InvocationLogCollector.java | 55 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in InvocationLogCollector
|
D | NullTestListener.java | 169 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in NullTestListener
|
/tools/tradefederation/core/javatests/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 147 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/ |
D | StreamProtoResultReporterTest.java | 97 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()
|
D | ModuleProtoResultReporterTest.java | 74 mReporter.testModuleStarted(module1Context); in testModuleReporting() 86 verify(mMockListener).testModuleStarted(Mockito.any()); in testModuleReporting() 110 mReporter.testModuleStarted(module1Context); in testModuleReporting_metadata()
|
D | ProtoResultParserTest.java | 184 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()
|
D | FileProtoResultReporterTest.java | 114 mReporter.testModuleStarted(module1Context); in testWriteResults_periodic() 122 mReporter.testModuleStarted(module2Context); in testWriteResults_periodic() 149 verify(mMockListener, times(2)).testModuleStarted(moduleCaptor.capture()); in testWriteResults_periodic()
|
D | InvocationProtoResultReporterTest.java | 78 mReporter.testModuleStarted(module1Context); in testInvocationReporting() 91 verify(mMockListener).testModuleStarted(Mockito.any()); in testInvocationReporting()
|
D | ProtoResultReporterTest.java | 74 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testFinalizeProto() 98 mReporter.testModuleStarted(createModuleContext("arm32 module1")); in testFinalizeProto()
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 164 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/ |
D | ShardListener.java | 161 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/ |
D | ReportPassedTests.java | 76 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ReportPassedTests 77 super.testModuleStarted(moduleContext); in testModuleStarted()
|
D | ResultForwarder.java | 398 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder 401 listener.testModuleStarted(moduleContext); in testModuleStarted()
|
D | EventsLoggerListener.java | 72 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in EventsLoggerListener
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | ITestInvocationListener.java | 118 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 214 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/ |
D | ITestSuiteTest.java | 394 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/ |
D | ResultsPlayerTest.java | 156 verify(mMockListener).testModuleStarted(module1); in testReplayModules() 174 verify(mMockListener).testModuleStarted(module2); in testReplayModules()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultReporter.java | 95 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/ |
D | BazelTestTest.java | 181 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/ |
D | BasePostProcessor.java | 187 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BasePostProcessor 188 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()
|