Uses of Class
org.testng.internal.ITestInvoker.FailureContext
Packages that use ITestInvoker.FailureContext
-
Uses of ITestInvoker.FailureContext in org.testng.internal
Fields in org.testng.internal declared as ITestInvoker.FailureContextModifier and TypeFieldDescriptionprivate final ITestInvoker.FailureContext
TestInvoker.MethodInvocationAgent.failure
Methods in org.testng.internal that return ITestInvoker.FailureContextModifier and TypeMethodDescriptionITestInvoker.retryFailed
(TestMethodArguments arguments, List<ITestResult> result, int failureCount, ITestContext testContext) TestInvoker.retryFailed
(TestMethodArguments arguments, List<ITestResult> result, int failureCount, ITestContext testContext) Methods in org.testng.internal with parameters of type ITestInvoker.FailureContextModifier and TypeMethodDescriptionprivate TestInvoker.StatusHolder
TestInvoker.considerExceptions
(ITestNGMethod tm, ITestResult testresult, ExpectedExceptionsHolder exceptionsHolder, ITestInvoker.FailureContext failure) private void
TestInvoker.handleInvocationResults
(ITestNGMethod testMethod, ITestResult testResult, ITestInvoker.FailureContext failure, TestInvoker.StatusHolder holder, boolean wasResultUnaltered) private ITestResult
TestInvoker.invokeMethod
(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext) ITestInvoker.invokeTestMethod
(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext) TestInvoker.invokeTestMethod
(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext) invokeTestMethods() eventually converge here to invoke a single @Test method.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)