Uses of Class
org.testng.internal.Parameters.MethodParameters
Packages that use Parameters.MethodParameters
-
Uses of Parameters.MethodParameters in org.testng.internal
Methods in org.testng.internal that return Parameters.MethodParametersModifier and TypeMethodDescriptionstatic Parameters.MethodParameters
Parameters.MethodParameters.newInstance
(Map<String, String> params, ITestNGMethod testNGMethod, ITestContext context) Methods in org.testng.internal with parameters of type Parameters.MethodParametersModifier and TypeMethodDescriptionstatic ParameterHolder
Parameters.handleParameters
(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
(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.