Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java415 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in scheduleConfig()
430 test.run(info, new ResultForwarder(config.getTestInvocationListeners())); in scheduleConfig()
435 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in scheduleConfig()
457 new ResultForwarder(config.getTestInvocationListeners()) in scheduleConfig()
481 config.getTestInvocationListeners())); in scheduleConfig()
486 new ResultForwarder(config.getTestInvocationListeners()) in scheduleConfig()
622 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in testRun_sharding_withIndex()
631 test.run(mTestInfo, new ResultForwarder(config.getTestInvocationListeners())); in testRun_sharding_withIndex()
633 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in testRun_sharding_withIndex()
702 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in helperTestShardIndex()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/config/proxy/
DAutomatedReportersTest.java47 assertEquals(1, config.getTestInvocationListeners().size()); in testReporting()
49 assertEquals(2, config.getTestInvocationListeners().size()); in testReporting()
50 assertTrue(config.getTestInvocationListeners().get(1) instanceof StreamProtoResultReporter); in testReporting()
52 (StreamProtoResultReporter) config.getTestInvocationListeners().get(1); in testReporting()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java409 if (retryConfig.getTestInvocationListeners().size() == 1 in handleExtraResultReporter()
410 && (mConfiguration.getTestInvocationListeners().get(0) in handleExtraResultReporter()
414 List<ITestInvocationListener> listeners = originalConfig.getTestInvocationListeners(); in handleExtraResultReporter()
415 listeners.addAll(retryConfig.getTestInvocationListeners()); in handleExtraResultReporter()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java170 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneMiss()
266 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testResolveDynamicFails()
348 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneThrow()
438 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_cleanUpThrow()
DRemoteInvocationExecutionTest.java103 List<ITestInvocationListener> listeners = reparse.getTestInvocationListeners(); in testCreateRemoteConfig()
DTestInvocationTest.java829 mStubConfiguration.getTestInvocationListeners(); in testInvoke_logFileSaved()
1337 mStubConfiguration.getTestInvocationListeners(); in testInvoke_shardableTest_autoRetry()
/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/config/yaml/
DConfigurationYamlParserTest.java103 List<ITestInvocationListener> listeners = config.getTestInvocationListeners(); in testParseConfig()
142 List<ITestInvocationListener> listeners = config.getTestInvocationListeners(); in testParseModule()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java208 buildShardListeners(resultCollector, config, config.getTestInvocationListeners())); in rescheduleConfig()
324 for (ITestInvocationListener l : config.getTestInvocationListeners()) { in buildMainShardListeners()
/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.java288 ITestInvocationListener defaultListener = mConfig.getTestInvocationListeners().get(0); in testGetTestInvocationListeners()
295 assertEquals(listener1, mConfig.getTestInvocationListeners().get(0)); in testGetTestInvocationListeners()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java752 new ArrayList<>(config.getTestInvocationListeners().size() + extraListeners.length); in invoke()
753 allListeners.addAll(config.getTestInvocationListeners()); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java391 public List<ITestInvocationListener> getTestInvocationListeners() { in getTestInvocationListeners() method in Configuration
1462 for (ITestInvocationListener listener : getTestInvocationListeners()) { in dumpXml()
DIConfiguration.java84 public List<ITestInvocationListener> getTestInvocationListeners(); in getTestInvocationListeners() method
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java750 mCmd.getConfiguration().getTestInvocationListeners()) { in disableReporters()
1310 for (ITestInvocationListener listener : config.getTestInvocationListeners()) { in setDelegateLevelReporting()
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DAutomatedReporters.java56 configuration.getTestInvocationListeners(); in applyAutomatedReporters()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java170 mMockDevice, configParent.getTestInvocationListeners().get(0), Stage.ERROR); in testParentConfig_errorStage()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java221 : mConfiguration.getTestInvocationListeners()) { in run()