Searched defs:TestCaseStats (Results 1 – 1 of 1) sorted by relevance
5495 struct TestCaseStats { struct5508 TestCaseInfo testInfo;5509 Totals totals;5510 std::string stdOut;5511 std::string stdErr;5512 bool aborting;10953 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats