Wire Sysio Wire Sysion 1.0.0
|
#include <catch_totals.h>
Public Member Functions | |
Totals | operator- (Totals const &other) const |
Totals & | operator+= (Totals const &other) |
Totals | delta (Totals const &prevTotals) const |
Totals | operator- (Totals const &other) const |
Totals & | operator+= (Totals const &other) |
Totals | delta (Totals const &prevTotals) const |
Public Attributes | |
int | error = 0 |
Counts | assertions |
Counts | testCases |
Definition at line 50 of file catch_totals.cpp.
Definition at line 44 of file catch_totals.cpp.
Definition at line 37 of file catch_totals.cpp.
Counts Catch::Totals::assertions |
Definition at line 36 of file catch_totals.h.
int Catch::Totals::error = 0 |
Definition at line 35 of file catch_totals.h.
Counts Catch::Totals::testCases |
Definition at line 37 of file catch_totals.h.