| Package | Description |
|---|---|
| org.testng.internal.invokers |
| Modifier and Type | Method and Description |
|---|---|
ITestInvoker |
IInvoker.getTestInvoker() |
| Modifier and Type | Method and Description |
|---|---|
List<ITestResult> |
MethodRunner.runInParallel(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
Iterator<Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
List<ITestResult> |
IMethodRunner.runInParallel(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
Iterator<Object[]> allParameterValues,
boolean skipFailedInvocationCounts) |
List<ITestResult> |
MethodRunner.runInSequence(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
Iterator<Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
List<ITestResult> |
IMethodRunner.runInSequence(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
Iterator<Object[]> allParameterValues,
boolean skipFailedInvocationCounts) |
| 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) |
TestMethodWorker(ITestInvoker testInvoker,
IConfigInvoker configInvoker,
List<IMethodInstance> testMethods,
Map<String,String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
List<IClassListener> listeners) |
Copyright © 2025. All rights reserved.