MCPcopy Create free account
hub / github.com/dblalock/bolt / Section

Method Section

cpp/test/external/catch.hpp:6722–6727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6720 {}
6721
6722 Section::Section( SectionInfo const& info )
6723 : m_info( info ),
6724 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
6725 {
6726 m_timer.start();
6727 }
6728
6729 Section::~Section() {
6730 if( m_sectionIncluded )

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected