| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.MethodParameters |
Parameters.MethodParameters.newInstance(Map<String,String> params,
ITestNGMethod testNGMethod,
ITestContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ParameterHolder |
Parameters.handleParameters(ITestObjectFactory objectFactory,
ITestNGMethod testMethod,
Map<String,String> allParameterNames,
Object instance,
Parameters.MethodParameters methodParams,
XmlSuite xmlSuite,
IAnnotationFinder annotationFinder,
Object fedInstance,
DataProviderHolder holder)
If the method has parameters, fill them in.
|
static ParameterHolder |
Parameters.handleParameters(ITestObjectFactory objectFactory,
ITestNGMethod testMethod,
Map<String,String> allParameterNames,
Object instance,
Parameters.MethodParameters methodParams,
XmlSuite xmlSuite,
IAnnotationFinder annotationFinder,
Object fedInstance,
DataProviderHolder holder,
String annotationName)
If the method has parameters, fill them in.
|
Copyright © 2025. All rights reserved.