![]() |
CustusX
22.04-rc5
An IGT application
|
#include <catch.hpp>
Public Member Functions | |
| Counts () | |
| Counts | operator- (Counts const &other) const |
| Counts & | operator+= (Counts const &other) |
| std::size_t | total () const |
Public Attributes | |
| std::size_t | passed |
| std::size_t | failed |