#include <catch.hpp>
Public Member Functions | |
SectionInfo (SourceLineInfo const &_lineInfo, std::string const &_name, std::string const &_description=std::string()) | |
Public Attributes | |
std::string | description |
SourceLineInfo | lineInfo |
std::string | name |
Catch::SectionInfo::SectionInfo | ( | SourceLineInfo const & | _lineInfo, |
std::string const & | _name, | ||
std::string const & | _description = std::string() |
||
) |
std::string Catch::SectionInfo::description |
SourceLineInfo Catch::SectionInfo::lineInfo |
std::string Catch::SectionInfo::name |