private DeleteServiceAsync deleteService;
private AuthServiceAsync authService;
@Override
protected void setUp() throws Exception {
this.eventBus = new SimpleEventBus();
this.readService = createNiceMock(ReadServiceAsync.class);
this.app = new AppController(constants, readService, createService, updateService, deleteService, authService, confService, pluginService, reportService, eventBus);
}