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