Searched defs:bundlePath (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/
H A DBundleHandlerTest.java39 private Path bundlePath; field in class:BundleHandlerTest
95 bundlePath = Paths.get(service.getProjectURI().resolve("bundle/HelloWorld-1.0-SNAPSHOT.jar"));
129 Bundle bundle = installBundle(bundlePath);
148 Bundle bundle = installBundle(bundlePath);
170 bundle = installedBundles.get(bundlePath.toUri().toString());
179 Bundle bundle = installedBundles.get(bundlePath);
185 bundle = installBundle(bundlePath);
196 Bundle bundle = installBundle(bundlePath);

Completed in 66 milliseconds