Searched refs:withBefores (Results 1 – 2 of 2) sorted by relevance
32 … protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in DefaultInternalRunner()40 return super.withBefores(method, target, statement); in DefaultInternalRunner()
276 statement = withBefores(method, test, statement); in methodBlock()328 protected Statement withBefores(FrameworkMethod method, Object target, in withBefores() method in BlockJUnit4ClassRunner