| 12962 | namespace Catch { |
| 12963 | |
| 12964 | SectionInfo::SectionInfo |
| 12965 | ( SourceLineInfo const& _lineInfo, |
| 12966 | std::string const& _name ) |
| 12967 | : name( _name ), |
| 12968 | lineInfo( _lineInfo ) |
| 12969 | {} |
| 12970 | |
| 12971 | } // end namespace Catch |
| 12972 | // end catch_section_info.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected