Hi,

I've started to implement copyPropertiesTo(T target) in DefaultBeanAccessor. Now I'd like to make some changes to the test environment.

I've come to the realization, that we often want to change a handful of TestBean's properties in a row and than do some assertions (for example if the changed properties have been populated correctly). For better readability I implemented changeScalarProperties(), changeArrayProperties(), and assertReadWritePropertiesEquals(TestBean expected, TestBean actual) in CloneTestCase. Now I also need those methods on CopyPropertiesToTestCase so I would like to implement TestBeanUtils as a util class, that provides those methods.

Regards,
Benedikt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to