Struct Counts

Struct Documentation

struct Catch::Counts

Public Functions

Counts operator-(Counts const &other) const
Counts &operator+=(Counts const &other)
std::size_t total() const
bool allPassed() const
bool allOk() const

Public Members

std::size_t passed = 0
std::size_t failed = 0
std::size_t failedButOk = 0