}
private Statement withBundleContextInjection(FrameworkMethod testMethod,
Object test, Statement next) {
List<FrameworkField> befores = osgiTestClass.getAnnotatedFields(OSGiBundleContext.class.getName());
return new InjectBundleContextStatement(osgiTestBundle, next, befores, test);
}