Searched refs:rule2Actions (Results 1 – 1 of 1) sorted by relevance
178 List<BusinessLogicRuleAction> rule2Actions = rule2.mActions; in testCorrectLogic() local179 assertEquals("Wrong number of actions", 1, rule2Actions.size()); in testCorrectLogic()180 BusinessLogicRuleAction rule2Action = rule2Actions.get(0); in testCorrectLogic()