3132333435363738394041
@Test public void testBasicMapping() throws Exception { final BeanFactory bf = new GeDABeanFactory(); final Person entity = DataProvider.providePersonEntity(false); final PersonDTO dto = new PersonDTO();
5960616263646566676869
@Test public void testCollectionsMapping() throws Exception { final BeanFactory bf = new GeDABeanFactory(); final Person entity = DataProvider.providePersonEntity(true); final PersonWithHistoryDTO dto = new PersonWithHistoryDTO();
105106107108109110111112113114115
@Test public void testMapsMapping() throws Exception { final BeanFactory bf = new GeDABeanFactory(); final Person entity = DataProvider.providePersonEntity(true); final PersonWithHistoryByCityDTO dto = new PersonWithHistoryByCityDTO();