Assertion operators

Table 1. Assertion operators
Operator Description

assert_all <field> <op> <value>

The assertion is satisfied when each element in the query result set matches the given condition.

assert_any <field> <op> <value>

The assertion is satisfied when at least one element in the query result set matches the given condition.

assert_empty

The assertion is satisfied when the query returns an empty result set.

assert_not_empty

The assertion is satisfied when the query returns a non-empty result set.