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