Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.h109 struct TestCaseStats { struct
118 TestCaseStats& operator = ( TestCaseStats const& ) = default; argument
119 TestCaseStats& operator = ( TestCaseStats && ) = default; argument
122 TestCaseInfo testInfo;
123 Totals totals;
124 std::string stdOut;
125 std::string stdErr;
126 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() argument
5177 TestCaseInfo testInfo;
5178 Totals totals;
5179 std::string stdOut;
5180 std::string stdErr;
5181 bool aborting;
/external/catch2/single_include/catch2/
Dcatch.hpp4947 struct TestCaseStats { struct
4960 TestCaseInfo testInfo;
4961 Totals totals;
4962 std::string stdOut;
4963 std::string stdErr;
4964 bool aborting;
8968 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function in Catch::TestCaseStats