this.readService = createNiceMock(ReadServiceAsync.class);
this.app = new AppController(constants, readService, createService, updateService, deleteService, authService, confService, pluginService, reportService, eventBus);
}
public void testCreate() {
this.app = new AppController(constants, readService, createService, updateService, deleteService, authService, confService, pluginService, reportService, eventBus);
}