Package org.testng.internal
Class Invoker
java.lang.Object
org.testng.internal.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.
- Author:
- Cedric Beust, Alexandru Popescu
-
Constructor Summary
ConstructorsConstructorDescriptionInvoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) -
Method Summary
Modifier and TypeMethodDescriptionorg.testng.internal.ConfigInvoker
org.testng.internal.TestInvoker
-
Constructor Details
-
Invoker
public Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder)
-
-
Method Details
-
getConfigInvoker
public org.testng.internal.ConfigInvoker getConfigInvoker()- Specified by:
getConfigInvoker
in interfaceIInvoker
-
getTestInvoker
public org.testng.internal.TestInvoker getTestInvoker()- Specified by:
getTestInvoker
in interfaceIInvoker
-