| 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 ); |
nothing calls this directly
no outgoing calls
no test coverage detected