| 13186 | namespace Catch { |
| 13187 | |
| 13188 | SectionInfo::SectionInfo |
| 13189 | ( SourceLineInfo const& _lineInfo, |
| 13190 | std::string const& _name ) |
| 13191 | : name( _name ), |
| 13192 | lineInfo( _lineInfo ) |
| 13193 | {} |
| 13194 | |
| 13195 | } // end namespace Catch |
| 13196 | // end catch_section_info.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected