Searched refs:befores (Results 1 – 2 of 2) sorted by relevance
78 final List<FrameworkMethod> befores = new ArrayList<>(mBefores.size()); in withBefores() local80 befores.add(wrapMethod(before, target)); in withBefores()82 return new RunBefores(statement, befores, target); in withBefores()
61 List befores = looperWrap(method, target, in withBefores() local63 return befores.isEmpty() ? statement : new RunBefores(method, statement, in withBefores()64 befores, target); in withBefores()