| This class tests the KualiRuleService.
Testing applyRules( event ) has proven to be too strongly dependent on an actual document type, and business rule, and XML
document which binds them together, to be really useful. Instead, we'll test each of the applyRules( rule, event ) methods which
are called by applyRules( event ), since they do the actual work involved in applying a rule.
|