Searched refs:XmlReporter (Results 1 – 1 of 1) sorted by relevance
6309 class XmlReporter : public StreamingReporterBase<XmlReporter> { class6311 XmlReporter(ReporterConfig const& _config);6313 ~XmlReporter() override;16887 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter() function in Catch::XmlReporter16895 XmlReporter::~XmlReporter() = default;16897 std::string XmlReporter::getDescription() { in getDescription()16901 std::string XmlReporter::getStylesheetRef() const { in getStylesheetRef()16911 void XmlReporter::noMatchingTestCases( std::string const& s ) { in noMatchingTestCases()16960 void XmlReporter::assertionStarting( AssertionInfo const& ) { } in assertionStarting()17124 void XmlReporter::benchmarkFailed(std::string const &error) { in benchmarkFailed()[all …]