| 7410 | SectionStats::~SectionStats() = default; |
| 7411 | |
| 7412 | TestCaseStats::TestCaseStats(TestCaseInfo const &_testInfo, Totals const &_totals, std::string const &_stdOut, |
| 7413 | std::string const &_stdErr, bool _aborting) |
| 7414 | : testInfo(_testInfo), totals(_totals), stdOut(_stdOut), stdErr(_stdErr), aborting(_aborting) { |
| 7415 | } |
| 7416 | |
| 7417 | TestCaseStats::~TestCaseStats() = default; |
| 7418 |
nothing calls this directly
no outgoing calls
no test coverage detected