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