public void testSynthesizeReaderOnInterface() throws GeDAException {
final TestDto1Interface dto = new TestDto1Class();
dto.setMyString("Hello");
final DataReader readerMyString = new BCELMethodSynthesizer(this.getClass().getClassLoader()).synthesizeReader(
PropertyInspector.getDtoPropertyDescriptorForField(
TestDto1Interface.class, "myString",
PropertyInspector.getPropertyDescriptorsForClass(TestDto1Interface.class)
)
);