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