MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Section

Method Section

CvPlot/ext/catch2/inc/catch.hpp:12936–12941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12934namespace Catch {
12935
12936 Section::Section( SectionInfo const& info )
12937 : m_info( info ),
12938 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
12939 {
12940 m_timer.start();
12941 }
12942
12943 Section::~Section() {
12944 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected