Uses of Interface
org.testng.internal.IInvoker
-
Packages that use IInvoker Package Description org.testng org.testng.internal -
-
Uses of IInvoker in org.testng
Fields in org.testng declared as IInvoker Modifier and Type Field Description private IInvokerTestRunner. m_invokerMethods in org.testng that return IInvoker Modifier and Type Method Description IInvokerTestRunner. getInvoker() -
Uses of IInvoker in org.testng.internal
Classes in org.testng.internal that implement IInvoker Modifier and Type Class Description classInvokerThis class is responsible for invoking methods: - test methods - configuration methods - possibly in a separate thread and then for notifying the result listeners.Fields in org.testng.internal declared as IInvoker Modifier and Type Field Description private IInvokerAbstractParallelWorker.Arguments. invokerprivate IInvokerTestMethodWorker. m_invokerMethods in org.testng.internal that return IInvoker Modifier and Type Method Description IInvokerAbstractParallelWorker.Arguments. getInvoker()Methods in org.testng.internal with parameters of type IInvoker Modifier and Type Method Description AbstractParallelWorker.Arguments.BuilderAbstractParallelWorker.Arguments.Builder. invoker(IInvoker invoker)Constructors in org.testng.internal with parameters of type IInvoker Constructor Description SingleTestMethodWorker(IInvoker invoker, IMethodInstance testMethod, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestContext testContext, java.util.List<IClassListener> listeners)TestMethodWorker(IInvoker invoker, java.util.List<IMethodInstance> testMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, java.util.List<IClassListener> listeners)
-