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>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ITestNGMethod[]
private final ITestNGMethod[]
private int
private final ConfigurationGroupMethods
private final Object
private int
private final ITestResultNotifier
private int
private final Object[]
private boolean
private final ITestClass
private final ITestContext
private final ITestInvoker
private final ITestNGMethod
private final 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
-
Field Details
-
m_testMethod
-
m_parameterValues
-
m_instance
-
m_parameters
-
m_testClass
-
m_beforeMethods
-
m_afterMethods
-
m_groupMethods
-
m_testContext
-
m_parameterIndex
private int m_parameterIndex -
m_skipFailedInvocationCounts
private boolean m_skipFailedInvocationCounts -
m_invocationCount
private int m_invocationCount -
m_notifier
-
m_testInvoker
-
m_testResults
-
m_failureCount
private int m_failureCount
-
-
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()
-