Searched refs:testRules (Results 1 – 2 of 2) sorted by relevance
39 private final List<TestRule> testRules = new ArrayList<TestRule>(); field in RuleContainer52 testRules.add(testRule); in add()70 new ArrayList<RuleEntry>(methodRules.size() + testRules.size()); in getSortedEntries()75 for (TestRule rule : testRules) { in getSortedEntries()85 if (methodRules.isEmpty() && testRules.isEmpty()) { in apply()
77 List<TestRule> testRules = getTestRules(testClass, target); in withRules() local79 if (!(each instanceof TestRule && testRules.contains(each))) { in withRules()83 for (TestRule rule : testRules) { in withRules()