Class Invoker
java.lang.Object
org.testng.internal.invokers.Invoker
- All Implemented Interfaces:
IInvoker
-
Constructor Summary
ConstructorsConstructorDescriptionInvoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Invoker
public Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner)
-
-
Method Details
-
getConfigInvoker
- Specified by:
getConfigInvokerin interfaceIInvoker
-
getTestInvoker
- Specified by:
getTestInvokerin interfaceIInvoker
-