Wire Sysio Wire Sysion 1.0.0
|
#include <catch_interfaces_reporter.h>
Public Member Functions | |
TestCaseStats (TestCaseInfo const &_testInfo, Totals const &_totals, std::string const &_stdOut, std::string const &_stdErr, bool _aborting) | |
TestCaseStats (TestCaseStats const &)=default | |
TestCaseStats (TestCaseStats &&)=default | |
TestCaseStats & | operator= (TestCaseStats const &)=default |
TestCaseStats & | operator= (TestCaseStats &&)=default |
virtual | ~TestCaseStats () |
Public Attributes | |
TestCaseInfo | testInfo |
Totals | totals |
std::string | stdOut |
std::string | stdErr |
bool | aborting |
Definition at line 109 of file catch_interfaces_reporter.h.
Catch::TestCaseStats::TestCaseStats | ( | TestCaseInfo const & | _testInfo, |
Totals const & | _totals, | ||
std::string const & | _stdOut, | ||
std::string const & | _stdErr, | ||
bool | _aborting ) |
|
default |
|
default |
|
virtualdefault |
|
default |
|
default |
bool Catch::TestCaseStats::aborting |
Definition at line 126 of file catch_interfaces_reporter.h.
std::string Catch::TestCaseStats::stdErr |
Definition at line 125 of file catch_interfaces_reporter.h.
std::string Catch::TestCaseStats::stdOut |
Definition at line 124 of file catch_interfaces_reporter.h.
TestCaseInfo Catch::TestCaseStats::testInfo |
Definition at line 122 of file catch_interfaces_reporter.h.
Totals Catch::TestCaseStats::totals |
Definition at line 123 of file catch_interfaces_reporter.h.