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

Method Section

tests/catch.hpp:10498–10503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10496namespace Catch {
10497
10498 Section::Section( SectionInfo const& info )
10499 : m_info( info ),
10500 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) )
10501 {
10502 m_timer.start();
10503 }
10504
10505 Section::~Section() {
10506 if( m_sectionIncluded ) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected