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