MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / writeSourceInfo

Method writeSourceInfo

unittests/catch.hpp:12540–12544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12538 }
12539
12540 void XmlReporter::writeSourceInfo( SourceLineInfo const& sourceInfo ) {
12541 m_xml
12542 .writeAttribute( "filename", sourceInfo.file )
12543 .writeAttribute( "line", sourceInfo.line );
12544 }
12545
12546 void XmlReporter::noMatchingTestCases( std::string const& s ) {
12547 StreamingReporterBase::noMatchingTestCases( s );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected