Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DRuleContainer.kt76 for (ruleEntry in sortedEntries) { in apply() variable
78 if (ruleEntry.type == RuleEntry.TYPE_TEST_RULE) { in apply()
79 (ruleEntry.rule as TestRule).apply(result, description) in apply()
81 (ruleEntry.rule as MethodRule).apply(result, method, target) in apply()