Home
last modified time | relevance | path

Searched refs:allBeforeMethods (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java119 List<FrameworkMethod> allBeforeMethods = new ArrayList<FrameworkMethod>(); in withBefores() local
120 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()