Search in sources :

Example 1 with RunLevelController

use of org.glassfish.hk2.runlevel.RunLevelController in project Payara by payara.

the class BasicModularityTest method ensureRunLevel.

// TODO add more tests to cover token processing and i18n support
private void ensureRunLevel(int runlevel) {
    RunLevelController controller = habitat.getService(RunLevelController.class);
    controller.proceedTo(runlevel);
}
Also used : RunLevelController(org.glassfish.hk2.runlevel.RunLevelController)

Aggregations

RunLevelController (org.glassfish.hk2.runlevel.RunLevelController)1