| 10524 | namespace Catch { |
| 10525 | |
| 10526 | SectionInfo::SectionInfo |
| 10527 | ( SourceLineInfo const& _lineInfo, |
| 10528 | std::string const& _name ) |
| 10529 | : name( _name ), |
| 10530 | lineInfo( _lineInfo ) |
| 10531 | {} |
| 10532 | |
| 10533 | } // end namespace Catch |
| 10534 | // end catch_section_info.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected