use of org.mycore.iview.tests.controller.ApplicationController in project mycore by MyCoRe-Org.
the class ViewerTestBase method initController.
public void initController() {
this.setViewerController(new ImageViewerController(this.getDriver()));
if (appController == null) {
ApplicationController applicationController = getApplicationControllerInstance();
this.setAppController(applicationController);
}
}
Aggregations