MockBundleContext
4950515253545556
protected void setUp() throws Exception { super.setUp(); bundleContext = new MockBundleContext( 10, "org.apache.felix.metatype.Mock" ); bundleContext.getBundle().start(); }