Package org.testng.internal
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 Class<?>
getPropertyType
(Class<?> instanceClass, String propertyName) static void
setProperty
(Object instance, String name, String value) static void
setPropertyRealValue
(Object instance, String name, Object value)
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
setProperty
-
getPropertyType
-
setPropertyRealValue
-