Searched refs:getTestInvocationListeners (Results 1 – 10 of 10) 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()599 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in testRun_sharding_withIndex()608 test.run(new ResultForwarder(config.getTestInvocationListeners())); in testRun_sharding_withIndex()610 new ResultForwarder(config.getTestInvocationListeners()).invocationEnded(500); in testRun_sharding_withIndex()680 new ResultForwarder(config.getTestInvocationListeners()).invocationStarted(mContext); in helperTestShardIndex()[all …]
83 if (config.getTestInvocationListeners().size() != 1) { in validateConfig()90 if (!config.getTestInvocationListeners() in validateConfig()
143 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneMiss()198 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_oneThrow()276 EasyMock.expect(mMockConfig.getTestInvocationListeners()) in testRunBuildProvider_cleanUpThrow()
785 mStubConfiguration.getTestInvocationListeners(); in testInvoke_logFileSaved()
151 buildShardListeners(resultCollector, config.getTestInvocationListeners())); in rescheduleConfig()251 for (ITestInvocationListener l : config.getTestInvocationListeners()) { in buildMasterShardListeners()
81 public List<ITestInvocationListener> getTestInvocationListeners(); in getTestInvocationListeners() method
367 public List<ITestInvocationListener> getTestInvocationListeners() { in getTestInvocationListeners() method in Configuration1296 for (ITestInvocationListener listener : getTestInvocationListeners()) { in dumpXml()
396 config.getTestInvocationListeners(), elapsedTime)); in resume()604 new ArrayList<>(config.getTestInvocationListeners().size() + extraListeners.length); in invoke()605 allListeners.addAll(config.getTestInvocationListeners()); in invoke()
96 EasyMock.expect(mSlowConfig.getTestInvocationListeners()) in setUp()99 EasyMock.expect(mFastConfig.getTestInvocationListeners()) in setUp()
264 ITestInvocationListener defaultListener = mConfig.getTestInvocationListeners().get(0); in testGetTestInvocationListeners()271 assertEquals(listener1, mConfig.getTestInvocationListeners().get(0)); in testGetTestInvocationListeners()