Searched refs:bl (Results 1 – 2 of 2) sorted by relevance
134 BusinessLogic bl = BusinessLogicFactory.createFromFile(file); in testCorrectLogic() local135 assertEquals("Wrong number of business logic rule lists", 3, bl.mRules.size()); in testCorrectLogic()136 String description = bl.mRules.get("testCaseName1").get(0).getDescription(); in testCorrectLogic()138 List<BusinessLogicRule> rulesList1 = bl.mRules.get("testCaseName1").get(0).getRules(); in testCorrectLogic()164 List<BusinessLogicRule> rulesList2 = bl.mRules.get("testCaseName2").get(0).getRules(); in testCorrectLogic()227 List<BusinessLogicRule> rulesList3 = bl.mRules.get("testCaseName3").get(0).getRules(); in testCorrectLogic()238 BusinessLogic bl = BusinessLogicFactory.createFromFile(file); in testLogicWithWrongNodeName() local
106 BusinessLogic bl = new BusinessLogic(); in createBL() local112 bl.setAuthenticationStatus(authStatus); in createBL()116 bl.mConditionalTestsEnabled = enabled; in createBL()119 bl.mTimestamp = parseTimestamp(root.getString(TIMESTAMP)); in createBL()122 bl.mRedactionRegexes = parseRedactionRegexes(root.getJSONArray(REDACTION_REGEXES)); in createBL()127 bl.mRules = rulesMap; in createBL()128 return bl; // no rules defined for this suite, leave internal map empty in createBL()144 bl.mRules = rulesMap; in createBL()145 return bl; in createBL()