MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / Section

Method Section

extern/Catch2/catch.hpp:13169–13174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13167namespace Catch {
13168
13169 Section::Section( SectionInfo const& info )
13170 : m_info( info ),
13171 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
13172 {
13173 m_timer.start();
13174 }
13175
13176 Section::~Section() {
13177 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected