private String module;
private CsvImportPresenter presenter;
@Override
protected void setUp() throws Exception {
this.view = new CsvImportViewMock();
this.createService = createNiceMock(CreateServiceAsync.class);
this.eventBus = new SimpleEventBus();
this.module = Contact.class.getSimpleName();
createService.create(isA(Dto.class), isA(AsyncCallback.class));