MCPcopy Create free account
hub / github.com/Profactor/cv-plot / writeSourceInfo

Method writeSourceInfo

CvPlot/ext/catch2/inc/catch.hpp:16905–16909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16903 }
16904
16905 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) {
16906 m_xml
16907 .writeAttribute( "filename", sourceInfo.file )
16908 .writeAttribute( "line", sourceInfo.line );
16909 }
16910
16911 void XmlReporter::noMatchingTestCases( std::string const& s ) {
16912 StreamingReporterBase::noMatchingTestCases( s );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected