Searched refs:rule3Actions (Results 1 – 1 of 1) sorted by relevance
210 List<BusinessLogicRuleAction> rule3Actions = rule3.mActions; in testCorrectLogic() local211 assertEquals("Wrong number of actions", 2, rule3Actions.size()); in testCorrectLogic()212 BusinessLogicRuleAction rule3Action1 = rule3Actions.get(0); in testCorrectLogic()221 BusinessLogicRuleAction rule3Action2 = rule3Actions.get(1); in testCorrectLogic()