Uses of Class
org.testng.internal.invokers.ITestInvoker.FailureContext
-
Packages that use ITestInvoker.FailureContext Package Description org.testng.internal.invokers -
-
Uses of ITestInvoker.FailureContext in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return ITestInvoker.FailureContext Modifier and Type Method Description ITestInvoker.FailureContext
ITestInvoker. retryFailed(TestMethodArguments arguments, java.util.List<ITestResult> result, int failureCount, ITestContext testContext)
Methods in org.testng.internal.invokers with parameters of type ITestInvoker.FailureContext Modifier and Type Method Description ITestResult
ITestInvoker. invokeTestMethod(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext)
java.util.List<ITestResult>
IMethodRunner. runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. 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>
IMethodRunner. runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. 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)
-