Class DefaultListenerFactory

java.lang.Object
org.testng.internal.DefaultListenerFactory
All Implemented Interfaces:
ITestNGListenerFactory

public final class DefaultListenerFactory extends Object implements ITestNGListenerFactory
When no ITestNGListenerFactory implementations are available, TestNG defaults to this implementation for instantiating listeners.
  • Constructor Details

    • DefaultListenerFactory

      public DefaultListenerFactory()
  • Method Details