Lines Matching full:rules
52 …apRulesFile = path.join(__dirname, '../../testData/obfuscation/Configs/Hap/obfuscation-rules.txt');
54 …esFile = path.join(__dirname, '../../testData/obfuscation/Configs/localHsp/obfuscation-rules.txt');
56 …RulesFile = path.join(__dirname, '../../testData/obfuscation/Configs/localHsp/consumer-rules.txt');
57 …sFile = path.join(__dirname, '../../testData/obfuscation/Configs/remoteHsp/obfuscation-rules.txt');
58 …ulesFile = path.join(__dirname, '../../testData/obfuscation/Configs/remoteHsp/consumer-rules.txt');
61 …esFile = path.join(__dirname, '../../testData/obfuscation/Configs/localHar/obfuscation-rules.txt');
62 …RulesFile = path.join(__dirname, '../../testData/obfuscation/Configs/localHar/consumer-rules.txt');
64 …sFile = path.join(__dirname, '../../testData/obfuscation/Configs/remoteHar/obfuscation-rules.txt');
65 …ulesFile = path.join(__dirname, '../../testData/obfuscation/Configs/remoteHar/consumer-rules.txt');
70 …le = path.join(__dirname, '../../testData/obfuscation/Configs/localMainHsp/obfuscation-rules.txt');
71 …sFile = path.join(__dirname, '../../testData/obfuscation/Configs/localMainHsp/consumer-rules.txt');
73 …e = path.join(__dirname, '../../testData/obfuscation/Configs/remoteMainHsp/obfuscation-rules.txt');
74 …File = path.join(__dirname, '../../testData/obfuscation/Configs/remoteMainHsp/consumer-rules.txt');
80 '../../testData/obfuscation/Configs/Hap/obfuscation-rules-lib-test.txt',
107 rules: [hapRulesFile]
127 rules: [localHspRulesFile]
142 rules: [remoteHspRulesFile]
157 rules: [remoteHarRulesFile]
172 rules: [localHarRulesFile]
187 rules: [localMainHspRulesFile]
207 rules: [remoteMainHspRulesFile]
227 rules: [libTestHapRulesFile],
257 it('should include only HSP consumerFiles rules in HSP obfuscation.txt', function () {
289 …it('should merge HAR and HSP consumer rules for HAP when HAP depends on localHsp and localHsp depe…
334 it('should merge both HSP and HAR consumer rules in HAR obfuscation.txt', function () {
363 …it('should merge HAR consumer rules for HAP when HAP depends on localHar and localHar depends on l…
413 …it('should merge both HSP obfuscation.txt and HAR consumer rules in HAR obfuscation.txt', function…
442 …it('should merge HAR consumer rules for HAP when HAP depends on localHar and localHar depends on r…
492 …it('should retain HAR consumer rules for HAP when HAP depends on remoteHar and remoteHar depends o…
541 …it('should retain HAR consumer rules for HAP when HAP depends on remoteHar and remoteHar depends o…
590 it('should contain only MainHSP consumer rules in MainHSP obfuscation.txt', function () {
622 …it('should only retain MainHSP consumer rules when HAP depends on localMainHsp and localMainHsp de…
676 …it('should only retain MainHSP consumer rules for HAP when HAP depends on RemoteMainHsp and Remote…
730 …it('should contain all local and remote HAR and HSP consumer rules in final HAP config', function …
780 …it('should contain all local and remote HAR and HSP consumer rules in final HAP config', function …