Searched refs:afters (Results 1 – 2 of 2) sorted by relevance
34 private final List<FrameworkMethod> afters; field in RunAftersWithInfo37 Statement next, List<FrameworkMethod> afters, TestInformation testInfo) { in RunAftersWithInfo() argument39 this.afters = afters; in RunAftersWithInfo()51 for (FrameworkMethod each : afters) { in evaluate()
90 List<List<Double>> afters = in testDetectRegression() local106 result[i], DetectRegression.computeRegression(befores.get(i), afters.get(i))); in testDetectRegression()