Assertion operators
Operator | Description |
---|---|
|
The assertion is satisfied when each element in the query result set matches the given condition. |
|
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. |