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()16905 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) { in writeSourceInfo()16911 void XmlReporter::noMatchingTestCases( std::string const& s ) { in noMatchingTestCases()16915 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting()[all …]