Package org.testng.internal.invokers
Class TestMethodWithDataProviderMethodWorker
java.lang.Object
org.testng.internal.invokers.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 intprivate final ConfigurationGroupMethodsprivate final Objectprivate intprivate final ITestResultNotifierprivate intprivate final Object[]private booleanprivate final ITestClassprivate final ITestContextprivate final ITestInvokerprivate final ITestNGMethodprivate 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:
callin interfaceCallable<List<ITestResult>>
-
getInvocationCount
public int getInvocationCount()
-