Struct SectionInfo
Synopsis
#include <include/internal/catch_section_info.h>
struct SectionInfo
Description
No description yet.
Mentioned in
- Writing tests / Event Listeners / Events that can be hooked
Methods
SectionInfo overload |
Source
Lines 18-32 in include/internal/catch_section_info.h.
struct SectionInfo {
SectionInfo
( SourceLineInfo const& _lineInfo,
std::string const& _name );
// Deprecated
SectionInfo
( SourceLineInfo const& _lineInfo,
std::string const& _name,
std::string const& ) : SectionInfo( _lineInfo, _name ) {}
std::string name;
std::string description; // !Deprecated: this will always be empty
SourceLineInfo lineInfo;
};