Searched defs:TestCaseStats (Results 1 – 1 of 1) sorted by relevance
5561 struct TestCaseStats { struct5574 TestCaseInfo testInfo;5575 Totals totals;5576 std::string stdOut;5577 std::string stdErr;5578 bool aborting;11127 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats