Home
last modified time | relevance | path

Searched refs:getTestInvocationListeners (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java401 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in scheduleConfig()
414 test.run(new ResultForwarder(config.getTestInvocationListeners())); in scheduleConfig()
419 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in scheduleConfig()
441 new ResultForwarder(config.getTestInvocationListeners()) in scheduleConfig()
460 config.getTestInvocationListeners())); in scheduleConfig()
465 new ResultForwarder(config.getTestInvocationListeners()) in scheduleConfig()
596 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in testRun_sharding_withIndex()
605 test.run(new ResultForwarder(config.getTestInvocationListeners())); in testRun_sharding_withIndex()
607 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in testRun_sharding_withIndex()
675 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in helperTestShardIndex()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java370 if (retryConfig.getTestInvocationListeners().size() == 1 in handleExtraResultReporter()
371 && (mConfiguration.getTestInvocationListeners().get(0) in handleExtraResultReporter()
375 List<ITestInvocationListener> listeners = originalConfig.getTestInvocationListeners(); in handleExtraResultReporter()
376 listeners.addAll(retryConfig.getTestInvocationListeners()); in handleExtraResultReporter()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DValidateSuiteConfigHelper.java83 if (config.getTestInvocationListeners().size() != 1) { in validateConfig()
90 if (!config.getTestInvocationListeners() in validateConfig()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java153 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneMiss()
233 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneThrow()
313 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_cleanUpThrow()
DRemoteInvocationExecutionTest.java99 List<ITestInvocationListener> listeners = reparse.getTestInvocationListeners(); in testCreateRemoteConfig()
DTestInvocationTest.java843 mStubConfiguration.getTestInvocationListeners(); in testInvoke_logFileSaved()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java174 buildShardListeners(resultCollector, config.getTestInvocationListeners())); in rescheduleConfig()
296 for (ITestInvocationListener l : config.getTestInvocationListeners()) { in buildMasterShardListeners()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java419 config.getTestInvocationListeners(), elapsedTime)); in resume()
619 new ArrayList<>(config.getTestInvocationListeners().size() + extraListeners.length); in invoke()
620 allListeners.addAll(config.getTestInvocationListeners()); in invoke()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java107 EasyMock.expect(mSlowConfig.getTestInvocationListeners()) in setUp()
110 EasyMock.expect(mFastConfig.getTestInvocationListeners()) in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java265 ITestInvocationListener defaultListener = mConfig.getTestInvocationListeners().get(0); in testGetTestInvocationListeners()
272 assertEquals(listener1, mConfig.getTestInvocationListeners().get(0)); in testGetTestInvocationListeners()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java84 public List<ITestInvocationListener> getTestInvocationListeners(); in getTestInvocationListeners() method
DConfiguration.java384 public List<ITestInvocationListener> getTestInvocationListeners() { in getTestInvocationListeners() method in Configuration
1454 for (ITestInvocationListener listener : getTestInvocationListeners()) { in dumpXml()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java138 mMockDevice, configParent.getTestInvocationListeners().get(0), Stage.ERROR); in testParentConfig_errorStage()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java217 : mConfiguration.getTestInvocationListeners()) { in run()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java756 mCmd.getConfiguration().getTestInvocationListeners()) { in disableReporters()