MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / Section

Method Section

deps/Catch/catch.hpp:13072–13077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13070namespace Catch {
13071
13072 Section::Section( SectionInfo const& info )
13073 : m_info( info ),
13074 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
13075 {
13076 m_timer.start();
13077 }
13078
13079 Section::~Section() {
13080 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected