Searched refs:getConfigurationListeners (Results 1 – 8 of 8) sorted by relevance
24 List<IConfigurationListener> getConfigurationListeners(); in getConfigurationListeners() method
41 List<IConfigurationListener> getConfigurationListeners(); in getConfigurationListeners() method
84 public List<IConfigurationListener> getConfigurationListeners() { in getConfigurationListeners() method in Configuration
1652 for(IConfigurationListener icl: m_notifier.getConfigurationListeners()) { in runConfigurationListeners()1658 for(IConfigurationListener icl: m_notifier.getConfigurationListeners()) { in runConfigurationListeners()
27 … ListenerAssert.assertListenerType(conf.getConfigurationListeners(), TestListenerAdapter.class); in generateReport()
574 for (IConfigurationListener cl : m_configuration.getConfigurationListeners()) { in newTestRunner()
1425 public List<IConfigurationListener> getConfigurationListeners() { in getConfigurationListeners() method in TestRunner
1337 for (IConfigurationListener cl : m_configuration.getConfigurationListeners()) { in createSuiteRunner()