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
Constructors Constructor Description TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, XmlSuite suite, Map<String,String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ITestResult>
call()
int
getInvocationCount()
-
-
-
Constructor Detail
-
TestMethodWithDataProviderMethodWorker
public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, XmlSuite suite, Map<String,String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
-
-
Method Detail
-
call
public List<ITestResult> call()
- Specified by:
call
in interfaceCallable<List<ITestResult>>
-
getInvocationCount
public int getInvocationCount()
-
-