Re: [SANDBOX][BeanUtils2] Util class for testing

2012-03-02 Thread Simone Tripodi
Good, sounds reasonable. -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Mar 2, 2012 at 1:28 PM, Benedikt Ritter wrote: > Okay, > > I'll split that up into two separate patches, to make it eas

Re: [SANDBOX][BeanUtils2] Util class for testing

2012-03-02 Thread Benedikt Ritter
Okay, I'll split that up into two separate patches, to make it easier to review. First, I will centralize util testing methods and clean up the other test cases (if neccessary), than I will create the patch that implements copyPropertiesTo() and the corresponding test case, that uses those util

Re: [SANDBOX][BeanUtils2] Util class for testing

2012-03-02 Thread Simone Tripodi
Hi Bene, you are free to vent your fantasy in testcases, it helps a lot to analyze corner cases :) I'll be more strict on core design anyway :P -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri,

[SANDBOX][BeanUtils2] Util class for testing

2012-03-02 Thread Benedikt Ritter
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