Package org.testng.internal
Class TestMethodWithDataProviderMethodWorker
- java.lang.Object
-
- org.testng.internal.TestMethodWithDataProviderMethodWorker
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<ITestResult>>
public class TestMethodWithDataProviderMethodWorker extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<ITestResult>>
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ITestResult>
call()
int
getInvocationCount()
-
-
-
Field Detail
-
m_testMethod
private final ITestNGMethod m_testMethod
-
m_parameterValues
private final java.lang.Object[] m_parameterValues
-
m_instance
private final java.lang.Object m_instance
-
m_parameters
private final java.util.Map<java.lang.String,java.lang.String> m_parameters
-
m_testClass
private final ITestClass m_testClass
-
m_beforeMethods
private final ITestNGMethod[] m_beforeMethods
-
m_afterMethods
private final ITestNGMethod[] m_afterMethods
-
m_groupMethods
private final ConfigurationGroupMethods m_groupMethods
-
m_testContext
private final ITestContext m_testContext
-
m_parameterIndex
private int m_parameterIndex
-
m_skipFailedInvocationCounts
private boolean m_skipFailedInvocationCounts
-
m_invocationCount
private int m_invocationCount
-
m_notifier
private final ITestResultNotifier m_notifier
-
m_testInvoker
private final ITestInvoker m_testInvoker
-
m_testResults
private final java.util.List<ITestResult> m_testResults
-
m_failureCount
private int m_failureCount
-
-
Constructor Detail
-
TestMethodWithDataProviderMethodWorker
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)
-
-
Method Detail
-
call
public java.util.List<ITestResult> call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.util.List<ITestResult>>
-
getInvocationCount
public int getInvocationCount()
-
-