in src/main/java/org/apache/sling/junit/performance/impl/RunBefores.java [33:37]
public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) {
this.next = next;
this.befores = befores;
this.target = target;
}