assert

The assert filter takes a single argument. If that argument matches, the assert filter matches. Otherwise, CQL halts with a message indicating the line number where the assert filter failed:

    assert X==3
    assert find --> mate