Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt151 return testClassHasFlickerTestAnnotations(description.testClass) in shouldRun()
154 private fun testClassHasFlickerTestAnnotations(testClass: Class<*>): Boolean { in testClassHasFlickerTestAnnotations() method