Searched refs:allBeforeMethods (Results 1 – 1 of 1) sorted by relevance
200 List<FrameworkMethod> allBeforeMethods = new ArrayList<>(); in withBefores() local201 allBeforeMethods.addAll(testClass.getAnnotatedMethods(BeforeClass.class)); in withBefores()202 allBeforeMethods.addAll(testClass.getAnnotatedMethods(Before.class)); in withBefores()203 if (!allBeforeMethods.isEmpty()) { in withBefores()204 statement = addRunBefores(statement, allBeforeMethods, mJourneyClasses.get(i)); in withBefores()