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 ConfigInvokerTestInvoker. invokerprivate ConfigInvokerInvoker. m_configInvokerMethods in org.testng.internal that return ConfigInvoker Modifier and Type Method Description ConfigInvokerInvoker. 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, DataProviderHolder holder, java.util.List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker)
-