Searched refs:rulesOfNewChain (Results 1 – 1 of 1) sorted by relevance
85 List<TestRule> rulesOfNewChain= new ArrayList<TestRule>(); in around() local86 rulesOfNewChain.add(enclosedRule); in around()87 rulesOfNewChain.addAll(rulesStartingWithInnerMost); in around()88 return new RuleChain(rulesOfNewChain); in around()