* @throws GeDAException should not be thrown
*/
@Test
public void testSynthesizeReaderOnCollectionReturnType() throws GeDAException {
final TestDto12CollectionClass dto = new TestDto12CollectionClass();
final DataReader readerMyString = new SunJavaToolsMethodSynthesizer(this.getClass().getClassLoader(), WORKING_DIRECTORY).synthesizeReader(
PropertyInspector.getDtoPropertyDescriptorForField(
TestDto12CollectionClass.class, "items",
PropertyInspector.getPropertyDescriptorsForClass(TestDto12CollectionClass.class)