Searched refs:mBefores (Results 1 – 1 of 1) sorted by relevance
44 private final List<FrameworkMethod> mBefores; field in WindowTestRunner49 mBefores = getTestClass().getAnnotatedMethods(Before.class); in WindowTestRunner()74 if (mBefores.isEmpty()) { in withBefores()78 final List<FrameworkMethod> befores = new ArrayList<>(mBefores.size()); in withBefores()79 for (FrameworkMethod before : mBefores) { in withBefores()