#include <catch.hpp>
Definition at line 2191 of file catch.hpp.
◆ Counts()
Catch::Counts::Counts |
( |
| ) |
|
|
inline |
◆ allOk()
bool Catch::Counts::allOk |
( |
| ) |
const |
|
inline |
◆ allPassed()
bool Catch::Counts::allPassed |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ operator-()
Counts Catch::Counts::operator- |
( |
Counts const & |
other | ) |
const |
|
inline |
◆ total()
std::size_t Catch::Counts::total |
( |
| ) |
const |
|
inline |
◆ failed
std::size_t Catch::Counts::failed |
◆ failedButOk
std::size_t Catch::Counts::failedButOk |
◆ passed
std::size_t Catch::Counts::passed |
The documentation for this struct was generated from the following file: