Uses of Interface
org.testng.internal.invokers.ITestInvoker
-
Packages that use ITestInvoker Package Description org.testng.internal.invokers -
-
Uses of ITestInvoker in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement ITestInvoker Modifier and Type Class Description (package private) class
TestInvoker
Fields in org.testng.internal.invokers declared as ITestInvoker Modifier and Type Field Description private ITestInvoker
TestInvoker.MethodInvocationAgent. invoker
private ITestInvoker
TestMethodWithDataProviderMethodWorker. m_testInvoker
private ITestInvoker
TestMethodWorker. m_testInvoker
Methods in org.testng.internal.invokers that return ITestInvoker Modifier and Type Method Description ITestInvoker
IInvoker. getTestInvoker()
Methods in org.testng.internal.invokers with parameters of type ITestInvoker Modifier and Type Method Description java.util.List<ITestResult>
IMethodRunner. runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
IMethodRunner. runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
Constructors in org.testng.internal.invokers with parameters of type ITestInvoker Constructor Description MethodInvocationAgent(TestMethodArguments arguments, ITestInvoker invoker, ITestContext context)
TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
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)
-