Uses of Enum
org.testng.internal.ParameterHolder.ParameterOrigin
Packages that use ParameterHolder.ParameterOrigin
-
Uses of ParameterHolder.ParameterOrigin in org.testng.internal
Methods in org.testng.internal that return ParameterHolder.ParameterOriginModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ParameterHolder.ParameterOrigin[]
ParameterHolder.ParameterOrigin.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.testng.internal with parameters of type ParameterHolder.ParameterOriginModifierConstructorDescriptionParameterHolder
(Iterator<Object[]> parameters, ParameterHolder.ParameterOrigin origin, IDataProviderMethod dph)