|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_interfaces_reporter.h>

Public Member Functions | |
| TestRunStats (TestRunInfo const &_runInfo, Totals const &_totals, bool _aborting) | |
| TestRunStats (TestRunStats const &)=default | |
| TestRunStats (TestRunStats &&)=default | |
| TestRunStats & | operator= (TestRunStats const &)=default |
| TestRunStats & | operator= (TestRunStats &&)=default |
| virtual | ~TestRunStats () |
Public Attributes | |
| TestRunInfo | runInfo |
| Totals | totals |
| bool | aborting |
Definition at line 146 of file catch_interfaces_reporter.h.
| Catch::TestRunStats::TestRunStats | ( | TestRunInfo const & | _runInfo, |
| Totals const & | _totals, | ||
| bool | _aborting ) |
Definition at line 98 of file catch_interfaces_reporter.cpp.
|
default |
|
default |
|
virtualdefault |
|
default |
|
default |
| bool Catch::TestRunStats::aborting |
Definition at line 159 of file catch_interfaces_reporter.h.
| TestRunInfo Catch::TestRunStats::runInfo |
Definition at line 157 of file catch_interfaces_reporter.h.
| Totals Catch::TestRunStats::totals |
Definition at line 158 of file catch_interfaces_reporter.h.