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 voidTestNG. setListenerFactory(ITestNGListenerFactory factory) -
Uses of ITestNGListenerFactory in org.testng.internal
Classes in org.testng.internal that implement ITestNGListenerFactory Modifier and Type Class Description classDefaultListenerFactoryWhen noITestNGListenerFactoryimplementations are available, TestNG defaults to this implementation for instantiating listeners.Methods in org.testng.internal that return ITestNGListenerFactory Modifier and Type Method Description static ITestNGListenerFactoryTestListenerHelper. createListenerFactory(ITestObjectFactory objectFactory, TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context)Deprecated.- This method stands deprecated as of TestNG version7.10.0ITestNGListenerFactoryConfiguration. getListenerFactory()ITestNGListenerFactoryIConfiguration. 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 voidConfiguration. setListenerFactory(ITestNGListenerFactory testNGListenerFactory)voidIConfiguration. setListenerFactory(ITestNGListenerFactory testNGListenerFactory)Method parameters in org.testng.internal with type arguments of type ITestNGListenerFactory Modifier and Type Method Description static ITestNGListenerFactoryTestListenerHelper. createListenerFactory(ITestObjectFactory objectFactory, TestNGClassFinder finder, java.lang.Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context)Deprecated.- This method stands deprecated as of TestNG version7.10.0
-