entity.setString("aether");
entity.setDecimal(new BigDecimal("28.97"));
entity.setInteger(1);
final SimpleDTOClass dto = new SimpleDTOClass();
final DTOEventListener expectations = new ExpectationsDTOEventListener(new Object[] { dto, entity });
annotationsService.addListener("onDtoAssembled", expectations);
annotationsService.assembleDto(dto, entity, null, "simple");