Uses of Interface
org.testng.internal.ITestInvoker
Packages that use ITestInvoker
-
Uses of ITestInvoker in org.testng.internal
Classes in org.testng.internal that implement ITestInvokerFields in org.testng.internal declared as ITestInvokerModifier and TypeFieldDescriptionprivate final ITestInvoker
TestInvoker.MethodInvocationAgent.invoker
private final ITestInvoker
TestMethodWithDataProviderMethodWorker.m_testInvoker
private final ITestInvoker
TestMethodWorker.m_testInvoker
Methods in org.testng.internal that return ITestInvokerMethods in org.testng.internal with parameters of type ITestInvokerModifier and TypeMethodDescriptionIMethodRunner.runInParallel
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParameterValues, boolean skipFailedInvocationCounts) MethodRunner.runInParallel
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParamValues, boolean skipFailedInvocationCounts) IMethodRunner.runInSequence
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParameterValues, boolean skipFailedInvocationCounts) MethodRunner.runInSequence
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParamValues, boolean skipFailedInvocationCounts) Constructors in org.testng.internal with parameters of type ITestInvokerModifierConstructorDescriptionMethodInvocationAgent
(TestMethodArguments arguments, ITestInvoker invoker, ITestContext context) TestMethodWithDataProviderMethodWorker
(ITestInvoker testInvoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, Map<String, 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, List<IMethodInstance> testMethods, Map<String, String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, List<IClassListener> listeners)