| org.drools.DroolsTestCase org.drools.reteoo.AgendaTest
testActivationGroup | public void testActivationGroup()(Code) | | |
testAgendaGroupLockOnActive | public void testAgendaGroupLockOnActive()(Code) | | |
testClearAgenda | public void testClearAgenda()(Code) | | |
testRuleFlowGroup | public void testRuleFlowGroup()(Code) | | Basic RuleFlowGroup test where there are three rules, each in their own
RuleFlowGroup. First only rule-flow-group-0 is activated and rule0 is
executed. When the two remaining groups are activated, the rule with the
highest priority is executed first.
|
testRuleFlowGroup1 | public void testRuleFlowGroup1()(Code) | | RuleFlowGroup test that makes sure that, if new activations are created
for an active RuleFlowGroup, those activations get added to the agenda
directly as well.
|
testRuleFlowGroup2 | public void testRuleFlowGroup2()(Code) | | RuleFlowGroup test that makes sure that, if an activation in an active
RuleFlowGroup gets deactivated, the activation is no longer executed.
|
testRuleFlowGroup3 | public void testRuleFlowGroup3()(Code) | | RuleFlowGroup test that makes sure that, when deactivating a RuleFlowGroup,
all activations for that group are no longer on the agenda. When
reactivating the RuleFlowGroup however, they get added to the agenda again.
|
testRuleFlowGroup4 | public void testRuleFlowGroup4()(Code) | | Test auto-deactivation of RuleFlowGroup.
|
testRuleFlowGroup5 | public void testRuleFlowGroup5()(Code) | | Test auto-deactivation of empty ruleflow group.
|
testRuleFlowGroupLockOnActive | public void testRuleFlowGroupLockOnActive()(Code) | | |
testSequentialAgenda | public void testSequentialAgenda()(Code) | | |
|
|