#include <catch2.hpp>
Public Member Functions | |
| 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 |
| int error = 0 |
| Counts assertions |
| Counts testCases |