Searched refs:rule1Actions (Results 1 – 1 of 1) sorted by relevance
152 List<BusinessLogicRuleAction> rule1Actions = rule1.mActions; in testCorrectLogic() local153 assertEquals("Wrong number of actions", 1, rule1Actions.size()); in testCorrectLogic()154 BusinessLogicRuleAction rule1Action = rule1Actions.get(0); in testCorrectLogic()