Uses of Class
org.testng.internal.Invoker.FailureContext
-
Packages that use Invoker.FailureContext Package Description org.testng.internal -
-
Uses of Invoker.FailureContext in org.testng.internal
Methods in org.testng.internal with parameters of type Invoker.FailureContext Modifier and Type Method Description private Invoker.StatusHolder
Invoker. considerExceptions(ITestNGMethod tm, ITestResult testresult, ExpectedExceptionsHolder exceptionsHolder, Invoker.FailureContext failure)
private void
Invoker. handleInvocationResults(ITestNGMethod testMethod, ITestResult testResult, Invoker.FailureContext failure, Invoker.StatusHolder holder, boolean wasResultUnaltered)
private ITestResult
Invoker. invokeMethod(java.lang.Object instance, ITestNGMethod tm, java.lang.Object[] parameterValues, int parametersIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, Invoker.FailureContext failureContext)
(package private) ITestResult
Invoker. invokeTestMethod(java.lang.Object instance, ITestNGMethod tm, java.lang.Object[] parameterValues, int parametersIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, Invoker.FailureContext failureContext)
invokeTestMethods() eventually converge here to invoke a single @Test method.
-