| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultListenerFactory
When no
ITestNGListenerFactory implementations are available, TestNG defaults
to this implementation for instantiating listeners. |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<? extends ITestNGListenerFactory> |
TestListenerHelper.ListenerHolder.listenerFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
static ITestNGListenerFactory |
TestListenerHelper.createListenerFactory(TestNGClassFinder finder,
java.lang.Class<? extends ITestNGListenerFactory> factoryClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends ITestNGListenerFactory> |
TestListenerHelper.ListenerHolder.getListenerFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
static ITestNGListenerFactory |
TestListenerHelper.createListenerFactory(TestNGClassFinder finder,
java.lang.Class<? extends ITestNGListenerFactory> factoryClass) |