Search in sources :

Example 1 with ApplicationController

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);
    }
}
Also used : ApplicationController(org.mycore.iview.tests.controller.ApplicationController) ImageViewerController(org.mycore.iview.tests.controller.ImageViewerController)

Aggregations

ApplicationController (org.mycore.iview.tests.controller.ApplicationController)1 ImageViewerController (org.mycore.iview.tests.controller.ImageViewerController)1