Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceDecorator.kt76 val testMethods = innerMethods.toMutableList() in <lambda>() constant
133 testMethods.addAll(flickerServiceMethodsFor[method]!!) in <lambda>()
138 return testMethods in <lambda>()
181 val testMethods = testClass.getAnnotatedMethods(Test::class.java) in <lambda>() constant
182 if (testMethods.size > 1) { in <lambda>()