class MethodRunner extends java.lang.Object implements IMethodRunner
Constructor and Description |
---|
MethodRunner() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ITestResult> |
runInParallel(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
java.util.List<ITestResult> |
runInSequence(TestMethodArguments arguments,
ITestInvoker testInvoker,
ITestContext context,
java.util.concurrent.atomic.AtomicInteger invocationCount,
ITestInvoker.FailureContext failure,
java.util.Iterator<java.lang.Object[]> allParamValues,
boolean skipFailedInvocationCounts) |
public java.util.List<ITestResult> runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
runInSequence
in interface IMethodRunner
public java.util.List<ITestResult> runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
runInParallel
in interface IMethodRunner