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) classConfigInvokerFields in org.testng.internal declared as IConfigInvoker Modifier and Type Field Description private IConfigInvokerTestMethodWorker. m_configInvokerMethods in org.testng.internal that return IConfigInvoker Modifier and Type Method Description IConfigInvokerIInvoker. 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)
-