}
}
private OSGiContainer getOSGiContainer(Context context, TestClass testClass)
{
ResourceCallbackHandler callbackHandler = ResourceCallbackHandlerAssociation.getCallbackHandler();
return OSGiContainer.Factory.newInstance(bundleContext, testClass, callbackHandler);
}