@SuppressWarnings("unchecked")
@Before
public void setup() throws Exception {
System.setProperty("java.protocol.handler.pkgs", "org.ops4j.pax.url");
ctx = new CrankstartContext();
final String osgiStoragePath = System.getProperty("test.storage.base") + "/" + UUID.randomUUID();
System.setProperty("osgi.storage.path", osgiStoragePath);
final InputStream is = getClass().getResourceAsStream(TEST_PATH);
assertNotNull("Expecting test resource to be found:" + TEST_PATH, is);