Uses of Interface
org.testng.ITestNGListenerFactory
-
Packages that use ITestNGListenerFactory Package Description org.testng org.testng.internal -
-
Uses of ITestNGListenerFactory in org.testng
Methods in org.testng with parameters of type ITestNGListenerFactory Modifier and Type Method Description void
TestNG. setListenerFactory(ITestNGListenerFactory factory)
-
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(ITestObjectFactory objectFactory, TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context)
Deprecated.- This method stands deprecated as of TestNG version7.10.0
ITestNGListenerFactory
Configuration. getListenerFactory()
ITestNGListenerFactory
IConfiguration. getListenerFactory()
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()
Methods in org.testng.internal with parameters of type ITestNGListenerFactory Modifier and Type Method Description void
Configuration. setListenerFactory(ITestNGListenerFactory testNGListenerFactory)
void
IConfiguration. setListenerFactory(ITestNGListenerFactory testNGListenerFactory)
Method parameters in org.testng.internal with type arguments of type ITestNGListenerFactory Modifier and Type Method Description static ITestNGListenerFactory
TestListenerHelper. createListenerFactory(ITestObjectFactory objectFactory, TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context)
Deprecated.- This method stands deprecated as of TestNG version7.10.0
-