Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private ExpectedExceptionsHolder |
TestMethodWithDataProviderMethodWorker.m_expectedExceptionHolder |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Invoker.handleInvocationResults(ITestNGMethod testMethod,
java.util.List<ITestResult> result,
ExpectedExceptionsHolder expectedExceptionsHolder,
Invoker.FailureContext failure) |
(package private) int |
Invoker.retryFailed(java.lang.Object instance,
ITestNGMethod tm,
XmlSuite suite,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
java.util.List<ITestResult> result,
int failureCount,
ExpectedExceptionsHolder expectedExceptionHolder,
ITestContext testContext,
java.util.Map<java.lang.String,java.lang.String> parameters,
int parametersIndex) |
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) |