Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.h115 struct TestCaseStats { struct
124 TestCaseStats& operator = ( TestCaseStats const& ) = default; argument
125 TestCaseStats& operator = ( TestCaseStats && ) = default; argument
128 TestCaseInfo testInfo;
129 Totals totals;
130 std::string stdOut;
131 std::string stdErr;
132 bool aborting;
Dcatch_interfaces_reporter.cpp68 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats
/external/bcc/tests/cc/
Dcatch.hpp5156 struct TestCaseStats { struct
5157 TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function
5177 TestCaseInfo testInfo;
5178 Totals totals;
5179 std::string stdOut;
5180 std::string stdErr;
5181 bool aborting;
/external/libabigail/tests/lib/
Dcatch.hpp5549 struct TestCaseStats { struct
5562 TestCaseInfo testInfo;
5563 Totals totals;
5564 std::string stdOut;
5565 std::string stdErr;
5566 bool aborting;
11063 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats
/external/catch2/single_include/catch2/
Dcatch.hpp5516 struct TestCaseStats { struct
5529 TestCaseInfo testInfo;
5530 Totals totals;
5531 std::string stdOut;
5532 std::string stdErr;
5533 bool aborting;
11001 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats