SDO Type Conversion Unit Test

2007-12-19 Thread David Adcox
The unit test case org.apache.tuscany.sdo.test.TypeConversionTestCase exercises the get() methods on a DataObject, validating type conversion functions. What is missing from this test, though, is any conversion testing of the set() methods. This test suite uses the set method to seed the

Re: SDO Type Conversion Unit Test

2007-12-19 Thread kelvin goodson
that's a big gap. I guess its not so obvious because of the java reflection that's used to get to the methods in question. If you could go some way to fill in the gap that would be great. Kelvin. On 19/12/2007, David Adcox [EMAIL PROTECTED] wrote: The unit test case

Re: SDO Type Conversion Unit Test

2007-12-19 Thread Frank Budinsky
I think it makes sense for TypeConversionTestCase to test both get and set. The DataHelper.convert() methods also test type conversion, but maybe those would be better to test in a DataHelper test case. Frank. David Adcox [EMAIL PROTECTED] wrote on 12/19/2007 11:13:56 AM: The unit test