Searched refs:testedRule (Results 1 – 1 of 1) sorted by relevance
15 private final MethodRule testedRule; field in SafeJUnitRule22 public SafeJUnitRule(MethodRule testedRule) { in SafeJUnitRule() argument23 this.testedRule = testedRule; in SafeJUnitRule()30 testedRule.apply(base, method, target).evaluate(); in apply()