| Package | Description |
|---|---|
| org.apache.commons.beanutils2.testbeans |
| Modifier and Type | Method and Description |
|---|---|
TestBean |
TestBean.getAnotherNested() |
TestBean |
TestBean.getNested() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestBeanUtils.assertReadWritePropertiesEquals(TestBean expected,
TestBean actual)
Asserts that all properties that are readable and writable on
actual are equal to those on
expected. |
static void |
TestBeanUtils.assertShallow(TestBean referenced,
TestBean referencing)
Asserts, that complex properties of
referenced are the same as in referencing (that they are just
referenced). |
static void |
TestBeanUtils.changeArrayProperties(TestBean testBean) |
static void |
TestBeanUtils.changeScalarProperties(TestBean testBean) |
void |
TestBean.setAnotherNested(TestBean anotherNested) |
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.