Uses of Class
org.testng.internal.ConfigInvoker
Packages that use ConfigInvoker
-
Uses of ConfigInvoker in org.testng.internal
Fields in org.testng.internal declared as ConfigInvokerModifier and TypeFieldDescriptionprivate final ConfigInvoker
TestInvoker.invoker
private final ConfigInvoker
Invoker.m_configInvoker
Methods in org.testng.internal that return ConfigInvokerConstructors in org.testng.internal with parameters of type ConfigInvokerModifierConstructorDescriptionSingleTestMethodWorker
(TestInvoker testInvoker, ConfigInvoker configInvoker, IMethodInstance testMethod, Map<String, String> parameters, ITestContext testContext, List<IClassListener> listeners) TestInvoker
(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker)