Uses of Interface
org.testng.internal.ITestInvoker
-
Packages that use ITestInvoker Package Description org.testng.internal -
-
Uses of ITestInvoker in org.testng.internal
Classes in org.testng.internal that implement ITestInvoker Modifier and Type Class Description (package private) class
TestInvoker
Fields in org.testng.internal 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 that return ITestInvoker Modifier and Type Method Description ITestInvoker
IInvoker. getTestInvoker()
Methods in org.testng.internal 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 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)
-