public class TestMethodWithDataProviderMethodWorker extends Object implements Callable<List<ITestResult>>
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<ITestResult> |
call() |
int |
getInvocationCount() |
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)
public List<ITestResult> call()
call in interface Callable<List<ITestResult>>public int getInvocationCount()
Copyright © 2025. All rights reserved.