Package org.testng.internal
Interface IParameterInfo
- All Known Implementing Classes:
ParameterInfo
public interface IParameterInfo
Represents the ability to retrieve the parameters associated with a factory method.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
embeddedInstance
(Object original) int
getIndex()
Object[]
-
Method Details
-
getInstance
Object getInstance()- Returns:
- - The actual instance associated with a factory method
-
getIndex
int getIndex()- Returns:
- - The actual index of instance associated with a factory method
-
getParameters
Object[] getParameters()- Returns:
- - The parameters associated with the factory method as an array.
-
embeddedInstance
-