#include <catch.hpp>
Public Member Functions | |
bool | allOk () const |
bool | allPassed () const |
Counts () | |
Counts & | operator+= (Counts const &other) |
Counts | operator- (Counts const &other) const |
std::size_t | total () const |
Public Attributes | |
std::size_t | failed |
std::size_t | failedButOk |
std::size_t | passed |