Home
last modified time | relevance | path

Searched defs:TestCaseStats (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5495 struct TestCaseStats { struct
5508 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