| 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 | Method and Description |
|---|---|
static ITestNGListenerFactory |
TestListenerHelper.createListenerFactory(ITestObjectFactory objectFactory,
TestNGClassFinder finder,
Class<? extends ITestNGListenerFactory> factoryClass,
ITestContext context) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ITestNGListenerFactory> |
TestListenerHelper.ListenerHolder.getListenerFactoryClass() |
| Modifier and Type | Method and Description |
|---|---|
static ITestNGListenerFactory |
TestListenerHelper.createListenerFactory(ITestObjectFactory objectFactory,
TestNGClassFinder finder,
Class<? extends ITestNGListenerFactory> factoryClass,
ITestContext context) |
Copyright © 2025. All rights reserved.