Uses of Interface
org.testng.ITestNGListenerFactory
-
Packages that use ITestNGListenerFactory Package Description org.testng.internal -
-
Uses of ITestNGListenerFactory in org.testng.internal
Classes in org.testng.internal that implement ITestNGListenerFactory Modifier and Type Class Description class
DefaultListenerFactory
When noITestNGListenerFactory
implementations are available, TestNG defaults to this implementation for instantiating listeners.Methods in org.testng.internal that return ITestNGListenerFactory Modifier and Type Method Description static ITestNGListenerFactory
TestListenerHelper. createListenerFactory(TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass)
Methods in org.testng.internal that return types with arguments of type ITestNGListenerFactory Modifier and Type Method Description java.lang.Class<? extends ITestNGListenerFactory>
TestListenerHelper.ListenerHolder. getListenerFactoryClass()
Method parameters in org.testng.internal with type arguments of type ITestNGListenerFactory Modifier and Type Method Description static ITestNGListenerFactory
TestListenerHelper. createListenerFactory(TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass)
-