Home
last modified time | relevance | path

Searched refs:sectionStarted (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2420 virtual bool sectionStarted( SectionInfo const& sectionInfo,
8020 bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) override;
12586 bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { in sectionStarted() function in Catch::RunContext
12938 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()