Class ParameterImpl
- java.lang.Object
-
- org.antublue.test.engine.support.api.ParameterImpl
-
-
Constructor Summary
Constructors Constructor Description ParameterImpl(String name, Object value)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Stringname()Method to get the parameter nameStringtoString()<T> Tvalue()Method to get the parameter value<T> Tvalue(Class<T> clazz)Method to get the parameter value cast to a specific type
-