Uses of Class
org.testng.internal.Parameters.MethodParameters
-
Packages that use Parameters.MethodParameters Package Description org.testng.internal -
-
Uses of Parameters.MethodParameters in org.testng.internal
Methods in org.testng.internal that return Parameters.MethodParameters Modifier and Type Method Description static Parameters.MethodParameters
Parameters.MethodParameters. newInstance(Map<String,String> params, ITestNGMethod testNGMethod, ITestContext context)
Methods in org.testng.internal with parameters of type Parameters.MethodParameters Modifier and Type Method 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.
-