Uses of Class
org.testng.internal.invokers.ITestInvoker.FailureContext
Packages that use ITestInvoker.FailureContext
-
Uses of ITestInvoker.FailureContext in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return ITestInvoker.FailureContextModifier and TypeMethodDescriptionITestInvoker.retryFailed
(TestMethodArguments arguments, List<ITestResult> result, int failureCount, ITestContext testContext) Methods in org.testng.internal.invokers with parameters of type ITestInvoker.FailureContextModifier and TypeMethodDescriptionITestInvoker.invokeTestMethod
(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext) IMethodRunner.runInParallel
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParameterValues, boolean skipFailedInvocationCounts) MethodRunner.runInParallel
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParamValues, boolean skipFailedInvocationCounts) IMethodRunner.runInSequence
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParameterValues, boolean skipFailedInvocationCounts) MethodRunner.runInSequence
(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, AtomicInteger invocationCount, ITestInvoker.FailureContext failure, Iterator<Object[]> allParamValues, boolean skipFailedInvocationCounts)