Uses of Class
org.testng.internal.ConfigInvoker
-
Packages that use ConfigInvoker Package Description org.testng.internal -
-
Uses of ConfigInvoker in org.testng.internal
Fields in org.testng.internal declared as ConfigInvoker Modifier and Type Field Description private ConfigInvoker
TestInvoker. invoker
private ConfigInvoker
Invoker. m_configInvoker
Methods in org.testng.internal that return ConfigInvoker Modifier and Type Method Description ConfigInvoker
Invoker. getConfigInvoker()
Constructors in org.testng.internal with parameters of type ConfigInvoker Constructor Description SingleTestMethodWorker(TestInvoker testInvoker, ConfigInvoker configInvoker, IMethodInstance testMethod, java.util.Map<java.lang.String,java.lang.String> parameters, ITestContext testContext, java.util.List<IClassListener> listeners)
TestInvoker(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners, java.util.Collection<IDataProviderListener> m_dataproviderListeners, java.util.List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker)
-