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.kt107 val testMethods = innerMethods.toMutableList() in <lambda>() constant
207 testMethods.addAll(flickerServiceMethodsFor[method]!!) in <lambda>()
212 return testMethods in <lambda>()
255 val testMethods = testClass.getAnnotatedMethods(Test::class.java) in <lambda>() constant
256 if (testMethods.size > 1) { in <lambda>()