kblib 0.2.3
General utilities library for modern C++
|
#include <catch/catch.hpp>
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 |