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