| 8923 | } |
| 8924 | |
| 8925 | SectionEndInfo::SectionEndInfo(SectionInfo const &_sectionInfo, Counts const &_prevAssertions, |
| 8926 | double _durationInSeconds) |
| 8927 | : sectionInfo(_sectionInfo), prevAssertions(_prevAssertions), durationInSeconds(_durationInSeconds) { |
| 8928 | } |
| 8929 | |
| 8930 | } // end namespace Catch |
| 8931 | // end catch_section_info.cpp |
nothing calls this directly
no outgoing calls
no test coverage detected