.set(Constants.BUNDLE_SYMBOLICNAME, "org.ops4j.pax.exam.sample9.fragment")
.add("messages.properties", getClass().getResource("/messages.properties"));
try {
Store<InputStream> store = StoreFactory.anonymousStore();
Handle handle = store.store(bundle.build());
return store.getLocation(handle).toURL();
}
catch (IOException e) {
throw new TestContainerException(e);
}