You are here: DevOps > PegaUnit testing > PegaUnit test cases > Configuring list assertions

Configuring list assertions

You can create list assertions for page lists on a rule to determine if either the expected result is anywhere in the list of results returned by the rule. Even if the order of results changes, the test will continue to work.

You can configure list assertions for page lists on a rule to apply assertions to all the results that are returned by the rule. Configure an ordered list assertion so that you do not have to manually input assertions for each result in the list.

  1. Open the PegaUnit test case if it is not already open.

  2. Complete one of the following actions:

  3. From the Assertion type list, select List.

  4. Add properties to the assertion.

  5. Optional: In the Filter field, enter a property and value on which to filter results or open the Expression Builder by clicking the Gear icon to provide an expression that is used to filter results. The list assertion applies only to the page list entries that are specified for this filter value.

  6. From the Comparator list, select the comparator that you want to use to compare the property with a specified value.

    You can use the is in comparator to compare a text, integer, or decimal property to multiple values so that the assertion passes if the property matches any of the values that you specify. You can also use the is not in comparator so that the assertion passes if the property does not match any of the values that you specify.

    Separate values for the is in or is not in comparator by using the pipe (|) character. For text properties, use double quotation marks at the beginning and end of the value, for example, "23|15|88".

    For example, if you want the assertion to pass when Age property matches either the 5 or 7 values, configure the assertion as .Age is in 5|7.

  7. In the Value field, either enter a value with which to compare the property or open the Expression Builder by clicking the Gear icon to enter an expression that is used to provide the value.

    The Gear icon is not displayed until after you have saved the rule form.

  8. To add a comment, click the Add comment icon, enter a comment, and click OK.

  9. Click Done.

  10. Click Save in the rule form.

When you run the test case, the system searches for the specified properties in the page list. One of the following occurs: