Uses of Interface
org.testng.internal.invokers.ITestInvoker
Packages that use ITestInvoker
-
Uses of ITestInvoker in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement ITestInvokerFields in org.testng.internal.invokers declared as ITestInvokerModifier and TypeFieldDescriptionprivate final ITestInvokerTestInvoker.MethodInvocationAgent.invokerprivate final ITestInvokerTestMethodWithDataProviderMethodWorker.m_testInvokerprivate final ITestInvokerTestMethodWorker.m_testInvokerMethods in org.testng.internal.invokers that return ITestInvokerMethods in org.testng.internal.invokers 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.invokers 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)