Searched refs:getServiceLoaderListeners (Results 1 – 2 of 2) sorted by relevance
24 ListenerAssert.assertListenerType(tng.getServiceLoaderListeners(), TmpSuiteListener.class); in serviceLoaderShouldWork()38 ListenerAssert.assertListenerType(tng.getServiceLoaderListeners(), TmpSuiteListener.class); in serviceLoaderWithNoClassLoader()46 Assert.assertEquals(1, tng.getServiceLoaderListeners().size()); in serviceLoaderShouldWorkWithConfigurationListener()47 … ListenerAssert.assertListenerType(tng.getServiceLoaderListeners(), MyConfigurationListener.class); in serviceLoaderShouldWorkWithConfigurationListener()
2045 public List<ITestNGListener> getServiceLoaderListeners() { in getServiceLoaderListeners() method in TestNG