Package org.testng.internal
Class PropertyUtils
java.lang.Object
org.testng.internal.PropertyUtils
Utility class for setting JavaBeans-style properties on instances.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PropertyDescriptor
getPropertyDescriptor
(Class<?> targetClass, String propertyName) static Class<?>
getPropertyType
(Class<?> instanceClass, String propertyName) static void
setProperty
(Object instance, String name, String value) static void
setPropertyRealValue
(Object instance, String name, Object value)
-
Field Details
-
LOGGER
-
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
setProperty
-
getPropertyType
-
getPropertyDescriptor
-
setPropertyRealValue
-