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

Public Member Functions | |
| TestGroupStats (GroupInfo const &_groupInfo, Totals const &_totals, bool _aborting) | |
| TestGroupStats (GroupInfo const &_groupInfo) | |
| TestGroupStats (TestGroupStats const &)=default | |
| TestGroupStats (TestGroupStats &&)=default | |
| TestGroupStats & | operator= (TestGroupStats const &)=default |
| TestGroupStats & | operator= (TestGroupStats &&)=default |
| virtual | ~TestGroupStats () |
Public Attributes | |
| GroupInfo | groupInfo |
| Totals | totals |
| bool | aborting |
Definition at line 129 of file catch_interfaces_reporter.h.
| Catch::TestGroupStats::TestGroupStats | ( | GroupInfo const & | _groupInfo, |
| Totals const & | _totals, | ||
| bool | _aborting ) |
Definition at line 83 of file catch_interfaces_reporter.cpp.
| Catch::TestGroupStats::TestGroupStats | ( | GroupInfo const & | _groupInfo | ) |
Definition at line 91 of file catch_interfaces_reporter.cpp.
|
default |
|
default |
|
virtualdefault |
|
default |
|
default |
| bool Catch::TestGroupStats::aborting |
Definition at line 143 of file catch_interfaces_reporter.h.
| GroupInfo Catch::TestGroupStats::groupInfo |
Definition at line 141 of file catch_interfaces_reporter.h.
| Totals Catch::TestGroupStats::totals |
Definition at line 142 of file catch_interfaces_reporter.h.