Uses of Interface
org.testng.internal.IConfigInvoker
-
Packages that use IConfigInvoker Package Description org.testng.internal -
-
Uses of IConfigInvoker in org.testng.internal
Classes in org.testng.internal that implement IConfigInvoker Modifier and Type Class Description (package private) class
ConfigInvoker
Fields in org.testng.internal declared as IConfigInvoker Modifier and Type Field Description private IConfigInvoker
TestMethodWorker. m_configInvoker
Methods in org.testng.internal that return IConfigInvoker Modifier and Type Method Description IConfigInvoker
IInvoker. getConfigInvoker()
Constructors in org.testng.internal with parameters of type IConfigInvoker Constructor Description TestMethodWorker(ITestInvoker testInvoker, IConfigInvoker configInvoker, java.util.List<IMethodInstance> testMethods, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, java.util.List<IClassListener> listeners)
-