#include <catch.hpp>
Public Member Functions | |
operator bool () const | |
Section (SectionInfo const &info) | |
~Section () | |
Private Attributes | |
Counts | m_assertions |
SectionInfo | m_info |
std::string | m_name |
bool | m_sectionIncluded |
Timer | m_timer |
Catch::Section::Section | ( | SectionInfo const & | info | ) |
Catch::Section::operator bool | ( | ) | const |
Counts Catch::Section::m_assertions [private] |
SectionInfo Catch::Section::m_info [private] |
std::string Catch::Section::m_name [private] |
bool Catch::Section::m_sectionIncluded [private] |
Timer Catch::Section::m_timer [private] |