Simulating referenced rules in Pega Unit Tests
I have rules that are difficult to unit test because the values of the properties which are being set by the rule under test depend on other referenced when rules, system toggles and Dynamic System Settings that are being referenced. Is it possible to some how simulate the results of these referenced rules and values so that that I can be sure that the asserted values of the rule under test will always be consistent in automated when running the unit test in an automated testing suite?