private void InitializeInstanceFields() { authRule = new AuthorizationTestRule(engineRule); testRule = new ProcessEngineTestRule(engineRule); helper = new BatchModificationHelper(engineRule); ruleChain = RuleChain.outerRule(engineRule).around(authRule).around(testRule); }
private void InitializeInstanceFields() { testRule = new ProcessEngineTestRule(rule); helper = new BatchModificationHelper(rule); ruleChain = RuleChain.outerRule(rule).around(testRule); }