Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5561 struct TestCaseStats { struct
5574 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