/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 63 mMockListener.invocationStarted(mContext); in testBufferAndReplay() 72 mShardListener.invocationStarted(mContext); in testBufferAndReplay() 84 mMockListener.invocationStarted(mContext); in testLogWithoutRun() 90 mShardListener.invocationStarted(mContext); in testLogWithoutRun() 101 mMockListener.invocationStarted(mContext); in testBufferAndReplay_withModule() 123 mShardListener.invocationStarted(mContext); in testBufferAndReplay_withModule() 154 mMockSaver.invocationStarted(mContext); in testLogOrderingForSharding() 157 mockListener.invocationStarted(mContext); in testLogOrderingForSharding() 210 masterForwarder.invocationStarted(mContext); in testLogOrderingForSharding() 215 shardedInvocation.invocationStarted(mContext); in testLogOrderingForSharding()
|
D | ShardMasterResultForwarderTest.java | 84 mShardMaster.invocationStarted(main); in testForwardBuildInfo() 85 mShardMaster.invocationStarted(shard1); in testForwardBuildInfo() 86 mShardMaster.invocationStarted(shard2); in testForwardBuildInfo() 133 mShardMaster.invocationStarted(main); in testForwardBuildInfo_multiDevice() 134 mShardMaster.invocationStarted(shard1); in testForwardBuildInfo_multiDevice() 135 mShardMaster.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()
|
D | TestInvocationMultiTest.java | 184 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_oneMiss() 186 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_oneMiss() 255 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_oneThrow() 257 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_oneThrow() 335 mMockTestListener.invocationStarted(mContext); in testRunBuildProvider_cleanUpThrow() 337 mMockLogSaver.invocationStarted(mContext); in testRunBuildProvider_cleanUpThrow()
|
D | TestInvocationTest.java | 572 resumeListener.invocationStarted(mStubInvocationMetadata); in testInvoke_resume() 644 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in testInvoke_resume() 653 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in testInvoke_resume() 849 logSaverListener.invocationStarted(mStubInvocationMetadata); in testInvoke_logFileSaved() 1116 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in setupMockListeners() 1117 mMockTestListener.invocationStarted(mStubInvocationMetadata); in setupMockListeners() 1120 mMockSummaryListener.invocationStarted(mStubInvocationMetadata); in setupMockListeners() 1262 mMockLogSaver.invocationStarted(mStubInvocationMetadata); in testInvoke_shardableTest_legacy() 1424 mMockTestListener.invocationStarted((IInvocationContext)EasyMock.anyObject()); in setupNShardInvocation() 1426 mMockSummaryListener.invocationStarted((IInvocationContext)EasyMock.anyObject()); in setupNShardInvocation()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 88 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() 267 master.invocationStarted(mContext); in testCreateReportDirectory_sharded()
|
D | ConsoleResultReporterTest.java | 41 reporter.invocationStarted(nullContext); in testGetInvocationSummary_empty() 52 reporter.invocationStarted(nullContext); in testGetInvocationSummary_test_run_metrics() 73 reporter.invocationStarted(nullContext); in testGetInvocationSummary_test_metrics() 100 reporter.invocationStarted(nullContext); in testGetInvocationSummary_logs() 121 reporter.invocationStarted(nullContext); in testGetInvocationSummary_all()
|
D | XmlResultReporterTest.java | 58 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()
|
D | MetricsXMLResultReporterTest.java | 63 mResultReporter.invocationStarted(context); in testEmptyGeneration() 80 mResultReporter.invocationStarted(context); in testRunMetrics() 107 mResultReporter.invocationStarted(context); in testTestMetrics() 132 mResultReporter.invocationStarted(context); in testTestFailMetrics()
|
D | EmailResultReporterTest.java | 55 mEmailReporter.invocationStarted(context); in testInvocationEnded() 77 mEmailReporter.invocationStarted(context); in testInvocationEnded_multiBuild() 95 mEmailReporter.invocationStarted(context); in testNullFlavorAndBranch()
|
D | JsonHttpTestResultReporterTest.java | 65 mReporter.invocationStarted(mContext); in testSkipFailedRuns_notSet() 81 mReporter.invocationStarted(mContext); in testSkipFailedRuns_set()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 145 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents() 170 mTestParser.invocationStarted(mInvocationContext); in testEvents() 221 mMockListener.invocationStarted(EasyMock.anyObject()); in testRunFail_interleavedWithTest() 235 mTestParser.invocationStarted(mInvocationContext); in testRunFail_interleavedWithTest() 261 mMockListener.invocationStarted(EasyMock.anyObject()); in testEvents_finaleProto() 283 mFinalTestParser.invocationStarted(mInvocationContext); in testEvents_finaleProto() 317 mMockListener.invocationStarted(EasyMock.anyObject()); in testRunFail_interleavedWithTest_finalProto() 331 mFinalTestParser.invocationStarted(mInvocationContext); in testRunFail_interleavedWithTest_finalProto() 356 mMockListener.invocationStarted(EasyMock.anyObject()); in testRun_withAttempts() 377 mTestParser.invocationStarted(mInvocationContext); in testRun_withAttempts() [all …]
|
D | StreamProtoResultReporterTest.java | 73 mMockListener.invocationStarted(EasyMock.anyObject()); in testStream() 94 mReporter.invocationStarted(mInvocationContext); in testStream() 159 mReporter.invocationStarted(mInvocationContext); in testStream_noInvocationReporting()
|
D | ProtoResultReporterTest.java | 67 mReporter.invocationStarted(mInvocationContext); in testFinalizeProto() 126 mReporter.invocationStarted(mInvocationContext); in testRunFail_interleavedWithTest()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporterTest.java | 83 mReporter.invocationStarted(mContext); in testFinalizedResults_nothingRan() 113 mReporter.invocationStarted(mContext); in testFinalizeResults_noAbi() 146 mReporter.invocationStarted(mContext); in testFinalizeResults() 179 mReporter.invocationStarted(mContext); in testFinalizedResults_skipped() 201 mReporter.invocationStarted(mContext); in testFinalizedResults_skippedByNPE()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollectorTest.java | 68 mBase.invocationStarted(mContext); in testInitAndForwarding() 83 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in testInitAndForwarding() 140 mBase.invocationStarted(mContext); in testForwarding_withException() 155 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in testForwarding_withException() 299 base.invocationStarted(mContext); in verifyFiltering() 312 Mockito.verify(mMockListener, times(1)).invocationStarted(Mockito.any()); in verifyFiltering() 400 mBase.invocationStarted(mContext); in testActualRunAnnotated_include() 448 mBase.invocationStarted(mContext); in testActualRunAnnotated_exclude()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 228 mListener.invocationStarted(mContext); in testSimplePassRun() 269 mainInvocationForwarder.invocationStarted(mContext); in testSimplePassRun_withLoggedFile() 324 mListener.invocationStarted(mContext); in testSimpleRun_withFail() 352 mListener.invocationStarted(mContext); in testRun_incomplete() 379 mListener.invocationStarted(mContext); in testRun_DeviceNotAvailable() 401 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in scheduleConfig() 442 .invocationStarted(mContext); in scheduleConfig() 596 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in testRun_sharding_withIndex() 675 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in helperTestShardIndex()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 63 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ShardListener 64 super.invocationStarted(context); in invocationStarted() 66 mMasterListener.invocationStarted(context); in invocationStarted()
|
D | ShardMasterResultForwarder.java | 70 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ShardMasterResultForwarder 73 super.invocationStarted(context); in invocationStarted()
|
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | MetricsXmlParserTest.java | 91 mResultReporter.invocationStarted(context); in testSimpleParse() 119 mResultReporter.invocationStarted(context); in testParse() 154 mResultReporter.invocationStarted(context); in testParseBlacklist()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogSaverResultForwarder.java | 45 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in LogSaverResultForwarder 47 mLogSaver.invocationStarted(context); in invocationStarted()
|
D | NameMangleListener.java | 138 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in NameMangleListener 139 mListener.invocationStarted(context); in invocationStarted()
|
D | BugreportCollector.java | 512 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in BugreportCollector 513 mListener.invocationStarted(context); in invocationStarted() 514 mCollector.invocationStarted(context); in invocationStarted()
|
D | JsonHttpTestResultReporter.java | 88 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in JsonHttpTestResultReporter 89 super.invocationStarted(context); in invocationStarted()
|
D | ResultForwarder.java | 91 public void invocationStarted(IInvocationContext context) { in invocationStarted() method in ResultForwarder 94 listener.invocationStarted(context); in invocationStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 136 public final void invocationStarted(IInvocationContext context) { in invocationStarted() method in BaseDeviceMetricCollector 137 mForwarder.invocationStarted(context); in invocationStarted()
|