Class PropertyUtils
java.lang.Object
org.testng.internal.PropertyUtils
Utility class for setting JavaBeans-style properties on instances.
- Author:
- Cosmin Marginean, Apr 12, 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TconvertType(Class<T> type, String value, String paramName) static Class<?> getPropertyType(Class<?> instanceClass, String propertyName) static voidsetProperty(Object instance, String name, String value) static voidsetPropertyRealValue(Object instance, String name, Object value)
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
convertType
-
setProperty
-
getPropertyType
-
setPropertyRealValue
-