| 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(ITestNGMethod testMethod,
Map<String,String> allParameterNames,
Object instance,
Parameters.MethodParameters methodParams,
XmlSuite xmlSuite,
IAnnotationFinder annotationFinder,
Object fedInstance)
If the method has parameters, fill them in.
|
static ParameterHolder |
Parameters.handleParameters(ITestNGMethod testMethod,
Map<String,String> allParameterNames,
Object instance,
Parameters.MethodParameters methodParams,
XmlSuite xmlSuite,
IAnnotationFinder annotationFinder,
Object fedInstance,
Collection<IDataProviderListener> dataProviderListeners)
If the method has parameters, fill them in.
|
Copyright © 2024. All rights reserved.