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