Home
last modified time | relevance | path

Searched refs:XmlReporter (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp22 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter() function in Catch::XmlReporter
30 XmlReporter::~XmlReporter() = default;
32 std::string XmlReporter::getDescription() { in getDescription()
36 std::string XmlReporter::getStylesheetRef() const { in getStylesheetRef()
40 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) { in writeSourceInfo()
46 void XmlReporter::noMatchingTestCases( std::string const& s ) { in noMatchingTestCases()
50 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting()
63 void XmlReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
69 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting()
83 void XmlReporter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting()
[all …]
Dcatch_reporter_xml.h17 class XmlReporter : public StreamingReporterBase<XmlReporter> {
19 XmlReporter(ReporterConfig const& _config);
21 ~XmlReporter() override;
/external/catch2/single_include/catch2/
Dcatch.hpp5704 class XmlReporter : public StreamingReporterBase<XmlReporter> { class
5706 XmlReporter(ReporterConfig const& _config);
5708 ~XmlReporter() override;
14324 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter() function in Catch::XmlReporter
14332 XmlReporter::~XmlReporter() = default;
14334 std::string XmlReporter::getDescription() { in getDescription()
14338 std::string XmlReporter::getStylesheetRef() const { in getStylesheetRef()
14342 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) { in writeSourceInfo()
14348 void XmlReporter::noMatchingTestCases( std::string const& s ) { in noMatchingTestCases()
14352 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp9083 class XmlReporter : public StreamingReporterBase { class
9085 XmlReporter( ReporterConfig const& _config ) in XmlReporter() function in Catch::XmlReporter
9092 virtual ~XmlReporter() CATCH_OVERRIDE;
9259 INTERNAL_CATCH_REGISTER_REPORTER( "xml", XmlReporter )
10228 XmlReporter::~XmlReporter() {} in ~XmlReporter()
/external/catch2/docs/
Drelease-notes.md139 * XmlReporter now also outputs the RNG seed that was used in a run (#1404)