1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. _assertions-ref:
Assertion reference
===================
This is an exhaustive list of all assertion macros that Criterion provides.
As each ``assert`` macros have an ``expect`` counterpart with the exact same
number of parameters and name suffix, there is no benefit in adding ``expect``
macros to this list. Hence only ``assert`` macros are represented here.
All ``assert`` macros may take an optional ``printf`` format string and
parameters.
Assertion API
-------------
.. doxygengroup:: AssertAPI
Assertion Criteria
------------------
.. doxygengroup:: Criteria
.. doxygengroup:: TaggedCriteria
Tags
----
.. doxygengroup:: Tags
|