Package org.testng.internal.invokers
Class Invoker
java.lang.Object
org.testng.internal.invokers.Invoker
- All Implemented Interfaces:
IInvoker
This class is responsible for invoking methods: - test methods - configuration methods - possibly
in a separate thread and then for notifying the result listeners.
-
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:
getConfigInvoker
in interfaceIInvoker
-
getTestInvoker
- Specified by:
getTestInvoker
in interfaceIInvoker
-