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

Method Section

unittests/catch.hpp:8965–8970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8963namespace Catch {
8964
8965 Section::Section( SectionInfo const& info )
8966 : m_info( info ),
8967 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
8968 {
8969 m_timer.start();
8970 }
8971
8972 Section::~Section() {
8973 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected