MCPcopy Create free account
hub / github.com/cirquit/trdrop / Section

Method Section

ext/catch.hpp:8482–8487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8480 {}
8481
8482 Section::Section( SectionInfo const& info )
8483 : m_info( info ),
8484 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
8485 {
8486 m_timer.start();
8487 }
8488
8489 Section::~Section() {
8490 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected