MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Section

Method Section

extlibs/catch/include/catch/catch.hpp:12539–12544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12537namespace Catch {
12538
12539 Section::Section( SectionInfo const& info )
12540 : m_info( info ),
12541 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
12542 {
12543 m_timer.start();
12544 }
12545
12546 Section::~Section() {
12547 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected