#include <catch_section.h>
Definition at line 2535 of file catch.hpp.
◆ Section() [1/2]
Definition at line 15 of file catch_section.cpp.
16 : m_info( info ),
17 m_sectionIncluded(
getResultCapture().sectionStarted( m_info, m_assertions ) )
18 {
20 }
IResultCapture & getResultCapture()
◆ ~Section() [1/2]
Catch::Section::~Section |
( |
| ) |
|
Definition at line 22 of file catch_section.cpp.
22 {
23 if( m_sectionIncluded ) {
27 else
29 }
30 }
auto getElapsedSeconds() const -> double
bool uncaught_exceptions()
virtual void sectionEnded(SectionEndInfo const &endInfo)=0
virtual void sectionEndedEarly(SectionEndInfo const &endInfo)=0
◆ Section() [2/2]
◆ ~Section() [2/2]
Catch::Section::~Section |
( |
| ) |
|
◆ operator bool() [1/2]
Catch::Section::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator bool() [2/2]
Catch::Section::operator bool |
( |
| ) |
const |
|
explicit |
The documentation for this class was generated from the following files: