Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java174 final List<FrameworkMethod> afterMethods = new ArrayList<>(); in withAfters() local
175 afterMethods.addAll(getTestClass().getAnnotatedMethods(After.class)); in withAfters()
180 afterMethods.addAll(getTestClass().getAnnotatedMethods(Microbenchmark.NoMetricAfter.class)); in withAfters()
184 afterMethods, in withAfters()
203 List<FrameworkMethod> afterMethods, in addRunAfters() argument
206 return new RunAfterMethods(statement, afterMethods, afterClassMethods, target); in addRunAfters()
241 List<FrameworkMethod> afterMethods, in RunAfterMethods() argument
245 mAfterMethods = afterMethods; in RunAfterMethods()