Uses of Class
org.testng.internal.TestMethodArguments
-
Packages that use TestMethodArguments Package Description org.testng.internal -
-
Uses of TestMethodArguments in org.testng.internal
Fields in org.testng.internal declared as TestMethodArguments Modifier and Type Field Description private TestMethodArguments
TestInvoker.MethodInvocationAgent. arguments
Methods in org.testng.internal that return TestMethodArguments Modifier and Type Method Description TestMethodArguments
TestMethodArguments.Builder. build()
Methods in org.testng.internal with parameters of type TestMethodArguments Modifier and Type Method Description private ITestResult
TestInvoker. invokeMethod(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext)
ITestResult
ITestInvoker. invokeTestMethod(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext)
ITestResult
TestInvoker. invokeTestMethod(TestMethodArguments arguments, XmlSuite suite, ITestInvoker.FailureContext failureContext)
invokeTestMethods() eventually converge here to invoke a single @Test method.ITestInvoker.FailureContext
ITestInvoker. retryFailed(TestMethodArguments arguments, java.util.List<ITestResult> result, int failureCount, ITestContext testContext)
ITestInvoker.FailureContext
TestInvoker. retryFailed(TestMethodArguments arguments, java.util.List<ITestResult> result, int failureCount, ITestContext testContext)
private void
TestInvoker. runAfterGroupsConfigurations(TestMethodArguments arguments, XmlSuite suite, TestResult testResult)
private void
TestInvoker. runConfigMethods(TestMethodArguments arguments, XmlSuite suite, TestResult testResult, ITestNGMethod[] teardownConfigMethods)
java.util.List<ITestResult>
IMethodRunner. runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. runInParallel(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
IMethodRunner. runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParameterValues, boolean skipFailedInvocationCounts)
java.util.List<ITestResult>
MethodRunner. runInSequence(TestMethodArguments arguments, ITestInvoker testInvoker, ITestContext context, java.util.concurrent.atomic.AtomicInteger invocationCount, ITestInvoker.FailureContext failure, java.util.Iterator<java.lang.Object[]> allParamValues, boolean skipFailedInvocationCounts)
TestMethodArguments.Builder
TestMethodArguments.Builder. usingArguments(TestMethodArguments attributes)
Constructors in org.testng.internal with parameters of type TestMethodArguments Constructor Description MethodInvocationAgent(TestMethodArguments arguments, ITestInvoker invoker, ITestContext context)
-