MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Section

Method Section

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8895–8898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8893namespace Catch {
8894
8895Section::Section(SectionInfo const &info)
8896 : m_info(info), m_sectionIncluded(getResultCapture().sectionStarted(m_info, m_assertions)) {
8897 m_timer.start();
8898}
8899
8900Section::~Section() {
8901 if (m_sectionIncluded) {

Callers

nothing calls this directly

Calls 2

sectionStartedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected