| Constructor and Description |
|---|
Invoker(IConfiguration configuration,
ITestContext testContext,
ITestResultNotifier notifier,
SuiteRunState state,
boolean skipFailedInvocationCounts,
Collection<IInvokedMethodListener> invokedMethodListeners,
List<IClassListener> classListeners,
DataProviderHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
org.testng.internal.invokers.ConfigInvoker |
getConfigInvoker() |
org.testng.internal.invokers.TestInvoker |
getTestInvoker() |
public Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder)
public org.testng.internal.invokers.ConfigInvoker getConfigInvoker()
getConfigInvoker in interface IInvokerpublic org.testng.internal.invokers.TestInvoker getTestInvoker()
getTestInvoker in interface IInvokerCopyright © 2025. All rights reserved.