Uses of Interface
org.testng.ITestNGListenerFactory
Packages that use ITestNGListenerFactory
-
Uses of ITestNGListenerFactory in org.testng
Methods in org.testng with parameters of type ITestNGListenerFactory -
Uses of ITestNGListenerFactory in org.testng.internal
Classes in org.testng.internal that implement ITestNGListenerFactoryModifier and TypeClassDescriptionfinal classWhen noITestNGListenerFactoryimplementations are available, TestNG defaults to this implementation for instantiating listeners.Methods in org.testng.internal that return ITestNGListenerFactoryModifier and TypeMethodDescriptionstatic ITestNGListenerFactoryTestListenerHelper.createListenerFactory(ITestObjectFactory objectFactory, TestNGClassFinder finder, Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context) Deprecated.Configuration.getListenerFactory()IConfiguration.getListenerFactory()Methods in org.testng.internal that return types with arguments of type ITestNGListenerFactoryModifier and TypeMethodDescriptionClass<? extends ITestNGListenerFactory> TestListenerHelper.ListenerHolder.getListenerFactoryClass()Methods in org.testng.internal with parameters of type ITestNGListenerFactoryModifier and TypeMethodDescriptionvoidConfiguration.setListenerFactory(ITestNGListenerFactory testNGListenerFactory) voidIConfiguration.setListenerFactory(ITestNGListenerFactory testNGListenerFactory) Method parameters in org.testng.internal with type arguments of type ITestNGListenerFactoryModifier and TypeMethodDescriptionstatic ITestNGListenerFactoryTestListenerHelper.createListenerFactory(ITestObjectFactory objectFactory, TestNGClassFinder finder, Class<? extends ITestNGListenerFactory> factoryClass, ITestContext context) Deprecated.- This method stands deprecated as of TestNG version7.10.0
7.10.0