Searched refs:testedRule (Results 1 – 1 of 1) sorted by relevance
19 private final MethodRule testedRule; field in SafeJUnitRule26 public SafeJUnitRule(MethodRule testedRule) { in SafeJUnitRule() argument27 this.testedRule = testedRule; in SafeJUnitRule()34 testedRule.apply(base, method, target).evaluate(); in apply()