public class TestMethodWithDataProviderMethodWorker extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<ITestResult>>
Modifier and Type | Field and Description |
---|---|
private ITestNGMethod[] |
m_afterMethods |
private ITestNGMethod[] |
m_beforeMethods |
private int |
m_failureCount |
private ConfigurationGroupMethods |
m_groupMethods |
private java.lang.Object |
m_instance |
private int |
m_invocationCount |
private ITestResultNotifier |
m_notifier |
private int |
m_parameterIndex |
private java.util.Map<java.lang.String,java.lang.String> |
m_parameters |
private java.lang.Object[] |
m_parameterValues |
private boolean |
m_skipFailedInvocationCounts |
private ITestClass |
m_testClass |
private ITestContext |
m_testContext |
private ITestInvoker |
m_testInvoker |
private ITestNGMethod |
m_testMethod |
private java.util.List<ITestResult> |
m_testResults |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ITestResult> |
call() |
int |
getInvocationCount() |
private final ITestNGMethod m_testMethod
private final java.lang.Object[] m_parameterValues
private final java.lang.Object m_instance
private final java.util.Map<java.lang.String,java.lang.String> m_parameters
private final ITestClass m_testClass
private final ITestNGMethod[] m_beforeMethods
private final ITestNGMethod[] m_afterMethods
private final ConfigurationGroupMethods m_groupMethods
private final ITestContext m_testContext
private int m_parameterIndex
private boolean m_skipFailedInvocationCounts
private int m_invocationCount
private final ITestResultNotifier m_notifier
private final ITestInvoker m_testInvoker
private final java.util.List<ITestResult> m_testResults
private int m_failureCount
public 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)
public java.util.List<ITestResult> call()
call
in interface java.util.concurrent.Callable<java.util.List<ITestResult>>
public int getInvocationCount()