433434435436437438439
} private Statement withBefores(FrameworkMethod testMethod, Object test, Statement next) { List<FrameworkMethod> befores = osgiTestClass.getAnnotatedMethods(Before.class.getName()); return new RunBeforesStatement(next, befores, test); }