Searched refs:ruleEntry (Results 1 – 1 of 1) sorted by relevance
76 for (ruleEntry in sortedEntries) { in apply() variable78 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()