Searched refs:allBeforeMethods (Results 1 – 1 of 1) sorted by relevance
119 List<FrameworkMethod> allBeforeMethods = new ArrayList<FrameworkMethod>(); in withBefores() local120 allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(BeforeClass.class)); in withBefores()121 allBeforeMethods.addAll(getTestClass().getAnnotatedMethods(Before.class)); in withBefores()122 return allBeforeMethods.isEmpty() in withBefores()124 : addRunBefores(statement, allBeforeMethods, target); in withBefores()