Constructor and Description |
---|
BeanUtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener() |
protected void |
assertFoundDescriptors(Class<?> type,
com.google.common.base.Predicate<PropertyDescriptor> predicate,
String... expectedProperties) |
protected void |
assertFoundNestedReadableProperties(Class<?> type,
String... expectedProperties) |
protected void |
assertFoundReadableProperties(Class<?> type,
String... expectedproperties) |
protected void |
assertFoundWriteableProperties(Class<?> type,
String... expectedproperties) |
void |
getDescriptors() |
void |
getNestedReadeableProperty() |
void |
getReadableProperties() |
void |
getWriteableProperties() |
void |
isJavaBeanCompiliant() |
void |
removePropertyChangeListener() |
public void isJavaBeanCompiliant()
public void getReadableProperties()
public void getDescriptors()
public void getWriteableProperties()
public void getNestedReadeableProperty()
public void addPropertyChangeListener() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException
public void removePropertyChangeListener() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException
protected void assertFoundReadableProperties(Class<?> type, String... expectedproperties)
protected void assertFoundWriteableProperties(Class<?> type, String... expectedproperties)
protected void assertFoundNestedReadableProperties(Class<?> type, String... expectedProperties)
protected void assertFoundDescriptors(Class<?> type, com.google.common.base.Predicate<PropertyDescriptor> predicate, String... expectedProperties)
Copyright © 2004–2020 CodeLutin. All rights reserved.