MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / writeSourceInfo

Method writeSourceInfo

tests/catch.hpp:14106–14110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14104 }
14105
14106 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) {
14107 m_xml
14108 .writeAttribute( "filename", sourceInfo.file )
14109 .writeAttribute( "line", sourceInfo.line );
14110 }
14111
14112 void XmlReporter::noMatchingTestCases( std::string const& s ) {
14113 StreamingReporterBase::noMatchingTestCases( s );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected