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) classTestInvokerFields in org.testng.internal declared as ITestInvoker Modifier and Type Field Description private ITestInvokerTestInvoker.MethodInvocationAgent. invokerprivate ITestInvokerTestMethodWithDataProviderMethodWorker. m_testInvokerprivate ITestInvokerTestMethodWorker. m_testInvokerMethods in org.testng.internal that return ITestInvoker Modifier and Type Method Description ITestInvokerIInvoker. 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)
-