Searched refs:getTestInvocationListeners (Results 1 – 15 of 15) sorted by relevance
401 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 …]
370 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()
83 if (config.getTestInvocationListeners().size() != 1) { in validateConfig()90 if (!config.getTestInvocationListeners() in validateConfig()
153 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneMiss()233 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneThrow()313 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_cleanUpThrow()
99 List<ITestInvocationListener> listeners = reparse.getTestInvocationListeners(); in testCreateRemoteConfig()
843 mStubConfiguration.getTestInvocationListeners(); in testInvoke_logFileSaved()
174 buildShardListeners(resultCollector, config.getTestInvocationListeners())); in rescheduleConfig()296 for (ITestInvocationListener l : config.getTestInvocationListeners()) { in buildMasterShardListeners()
419 config.getTestInvocationListeners(), elapsedTime)); in resume()619 new ArrayList<>(config.getTestInvocationListeners().size() + extraListeners.length); in invoke()620 allListeners.addAll(config.getTestInvocationListeners()); in invoke()
107 EasyMock.expect(mSlowConfig.getTestInvocationListeners()) in setUp()110 EasyMock.expect(mFastConfig.getTestInvocationListeners()) in setUp()
265 ITestInvocationListener defaultListener = mConfig.getTestInvocationListeners().get(0); in testGetTestInvocationListeners()272 assertEquals(listener1, mConfig.getTestInvocationListeners().get(0)); in testGetTestInvocationListeners()
84 public List<ITestInvocationListener> getTestInvocationListeners(); in getTestInvocationListeners() method
384 public List<ITestInvocationListener> getTestInvocationListeners() { in getTestInvocationListeners() method in Configuration1454 for (ITestInvocationListener listener : getTestInvocationListeners()) { in dumpXml()
138 mMockDevice, configParent.getTestInvocationListeners().get(0), Stage.ERROR); in testParentConfig_errorStage()
217 : mConfiguration.getTestInvocationListeners()) { in run()
756 mCmd.getConfiguration().getTestInvocationListeners()) { in disableReporters()