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