Uses of Enum Class
org.testng.internal.ParameterHolder.ParameterOrigin
Packages that use ParameterHolder.ParameterOrigin
-
Uses of ParameterHolder.ParameterOrigin in org.testng.internal
Fields in org.testng.internal declared as ParameterHolder.ParameterOriginModifier and TypeFieldDescription(package private) final ParameterHolder.ParameterOrigin
ParameterHolder.origin
Methods in org.testng.internal that return ParameterHolder.ParameterOriginModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ParameterHolder.ParameterOrigin[]
ParameterHolder.ParameterOrigin.values()
Returns an array containing the constants of this enum class, 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)