Overview

Here is an overview of all implemented expectations, with link to detailed documentation page about each.

For introduction about what Expectation means and how to work with them, see Expectations introduction.

Expectation Number of Queries Description
Sets Match 2 Passes when the results of two queries are the same
Contains 2 Passes when the results of one query contains all rows from result of another query
Set is Empty 1 Passes if the query does not return any data
Set is Not Empty 1 Passes if the query returns at leas one row
Set RowCount 1 Passes if the query returns exactly the number of rows you specify