MCPcopy Create free account
hub / github.com/apache/trafficserver / Section

Method Section

lib/catch2/catch.hpp:13171–13176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected