MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / Section

Method Section

test/expected/catch.hpp:12954–12959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12952namespace Catch {
12953
12954 Section::Section( SectionInfo const& info )
12955 : m_info( info ),
12956 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
12957 {
12958 m_timer.start();
12959 }
12960
12961 Section::~Section() {
12962 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected