ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > ALL_RULES

Extracts the list of all rules contained in the ruleset, whether or not they fired during the ruleset execution.

The extracted value is a table of strings, and can be compared using the following operators:

ALL_RULES operators 
Operator 
Compares 
EQUALS 
The extracted list is equal in contents to the test list. 
EQUALS_ORDER 
The extracted list is equal in contents and in order of appearance to the test list. 
CONTAINS 
The extracted list contains at least one occurrence of each rule in the test list. 
CONTAINS_ORDER 
The extracted list contains at least one occurrence of each rule in the test list, respecting the order of appearance. 
NOT_CONTAINS 
The extracted list does not contain the rules in the test list. 

Related Sections

NUM_ALL_RULES
NUM_RULES_FIRED
NUM_RULES_NOT_FIRED
RULES_FIRED
RULES_NOT_FIRED