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 ExpectedExceptionsHolder |
m_expectedExceptionHolder |
private int |
m_failureCount |
private ConfigurationGroupMethods |
m_groupMethods |
private java.lang.Object |
m_instance |
private int |
m_invocationCount |
private Invoker |
m_invoker |
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 ITestNGMethod |
m_testMethod |
private java.util.List<ITestResult> |
m_testResults |
private XmlSuite |
m_xmlSuite |
Constructor and Description |
---|
TestMethodWithDataProviderMethodWorker(Invoker invoker,
ITestNGMethod testMethod,
int parameterIndex,
java.lang.Object[] parameterValues,
java.lang.Object instance,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ExpectedExceptionsHolder expectedExceptionHolder,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ITestResult> |
call() |
int |
getFailureCount() |
int |
getInvocationCount() |
long |
getMaxTimeOut() |
java.util.List<ITestResult> |
getTestResults() |
private ITestNGMethod m_testMethod
private java.lang.Object[] m_parameterValues
private java.lang.Object m_instance
private XmlSuite m_xmlSuite
private java.util.Map<java.lang.String,java.lang.String> m_parameters
private ITestClass m_testClass
private ITestNGMethod[] m_beforeMethods
private ITestNGMethod[] m_afterMethods
private ConfigurationGroupMethods m_groupMethods
private Invoker m_invoker
private ExpectedExceptionsHolder m_expectedExceptionHolder
private ITestContext m_testContext
private int m_parameterIndex
private boolean m_skipFailedInvocationCounts
private int m_invocationCount
private ITestResultNotifier m_notifier
private java.util.List<ITestResult> m_testResults
private int m_failureCount
public TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
public long getMaxTimeOut()
public java.util.List<ITestResult> call()
call
in interface java.util.concurrent.Callable<java.util.List<ITestResult>>
public java.util.List<ITestResult> getTestResults()
public int getInvocationCount()
public int getFailureCount()