Searched refs:befores (Results 1 – 2 of 2) sorted by relevance
32 private final List<FrameworkMethod> befores; field in RunBeforesWithInfo35 Statement next, List<FrameworkMethod> befores, TestInformation testInfo) { in RunBeforesWithInfo() argument37 this.befores = befores; in RunBeforesWithInfo()43 for (FrameworkMethod before : befores) { in evaluate()
78 List<List<Double>> befores = in testDetectRegression() local106 result[i], DetectRegression.computeRegression(befores.get(i), afters.get(i))); in testDetectRegression()