Searched refs:allBeforeMethods (Results 1 – 1 of 1) sorted by relevance
155 List<FrameworkMethod> allBeforeMethods = new ArrayList<>(); in withBefores() local156 allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(BeforeClass.class)); in withBefores()161 … allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricBefore.class)); in withBefores()162 allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(Before.class)); in withBefores()163 return allBeforeMethods.isEmpty() in withBefores()165 : addRunBefores(statement, allBeforeMethods, target); in withBefores()