Package org.testng.internal
Class TestMethodWithDataProviderMethodWorker
java.lang.Object
org.testng.internal.TestMethodWithDataProviderMethodWorker
- All Implemented Interfaces:
Callable<List<ITestResult>>
public class TestMethodWithDataProviderMethodWorker
extends Object
implements Callable<List<ITestResult>>
-
Constructor Summary
ConstructorsConstructorDescriptionTestMethodWithDataProviderMethodWorker
(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) -
Method Summary
-
Constructor Details
-
TestMethodWithDataProviderMethodWorker
public 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)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<List<ITestResult>>
-
getInvocationCount
public int getInvocationCount()
-