/**
* Test getRuleExecutionSetProvider.
*/
public void testRuleExecutionSetProvider() throws Exception {
final RuleExecutionSetProvider ruleExecutionSetProvider = this.ruleAdministrator.getRuleExecutionSetProvider( null );
assertNotNull( "cannot obtain RuleExecutionSetProvider",
ruleExecutionSetProvider );
}