52 if(
diff.assertions.failed > 0 )
54 else if(
diff.assertions.failedButOk > 0 )
55 ++
diff.testCases.failedButOk;
57 ++
diff.testCases.passed;
void diff(const std::string &a, const std::string &b)
Counts & operator+=(Counts const &other)
std::size_t total() const
Counts operator-(Counts const &other) const
Totals delta(Totals const &prevTotals) const
Totals operator-(Totals const &other) const
Totals & operator+=(Totals const &other)