#include <catch_totals.h>
Definition at line 2453 of file catch.hpp.
◆ allOk() [1/2]
bool Catch::Counts::allOk |
( |
| ) |
const |
◆ allOk() [2/2]
bool Catch::Counts::allOk |
( |
| ) |
const |
◆ allPassed() [1/2]
bool Catch::Counts::allPassed |
( |
| ) |
const |
◆ allPassed() [2/2]
bool Catch::Counts::allPassed |
( |
| ) |
const |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator-() [1/2]
Counts Catch::Counts::operator- |
( |
Counts const & | other | ) |
const |
Definition at line 12 of file catch_totals.cpp.
12 {
18 }
void diff(const std::string &a, const std::string &b)
◆ operator-() [2/2]
Counts Catch::Counts::operator- |
( |
Counts const & | other | ) |
const |
◆ total() [1/2]
std::size_t Catch::Counts::total |
( |
| ) |
const |
◆ total() [2/2]
std::size_t Catch::Counts::total |
( |
| ) |
const |
◆ failed
std::size_t Catch::Counts::failed = 0 |
◆ failedButOk
std::size_t Catch::Counts::failedButOk = 0 |
◆ passed
std::size_t Catch::Counts::passed = 0 |
The documentation for this struct was generated from the following files:
- libraries/sys-vm/external/Catch2/include/internal/catch_totals.h
- libraries/sys-vm/external/Catch2/single_include/catch2/catch.hpp
- libraries/sys-vm/external/Catch2/include/internal/catch_totals.cpp