Uses of Class
org.testng.internal.ParameterHolder
Packages that use ParameterHolder
-
Uses of ParameterHolder in org.testng.internal
Fields in org.testng.internal declared as ParameterHolderModifier and TypeFieldDescription(package private) final ParameterHolder
ParameterHandler.ParameterBag.parameterHolder
Methods in org.testng.internal that return ParameterHolderModifier 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.Constructors in org.testng.internal with parameters of type ParameterHolder