(package private) void |
Invoker.handleInvocationResults(ITestNGMethod testMethod,
java.util.List<ITestResult> result,
ExpectedExceptionsHolder expectedExceptionsHolder,
Invoker.FailureContext failure) |
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) |
protected 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.
|
private void |
Invoker.removeResultsToRetryFromResult(java.util.List<ITestResult> resultsToRetry,
java.util.List<ITestResult> result,
Invoker.FailureContext failure) |