ManaPlus
|
#include <catch.hpp>
Public Member Functions | |
Totals | operator- (Totals const &other) const |
Totals | delta (Totals const &prevTotals) const |
Totals & | operator+= (Totals const &other) |
Data Fields | |
Counts | assertions |
Counts | testCases |
Definition at line 2232 of file catch.hpp.
References assertions, Catch::Counts::failed, Catch::Counts::failedButOk, Catch::Counts::passed, and testCases.
Counts Catch::Totals::assertions |
Definition at line 2249 of file catch.hpp.
Referenced by delta(), operator+=(), and operator-().
Counts Catch::Totals::testCases |
Definition at line 2250 of file catch.hpp.
Referenced by delta(), operator+=(), and operator-().