private ReportsSuggestionPresenter presenter;
private SimpleEventBus eventBus;
@Override
protected void setUp() throws Exception {
this.view = new ReportsSuggestionViewMock();
this.eventBus = new SimpleEventBus();
this.reportService = createMock(ReportServiceAsync.class);
}