Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5845 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded() local
5846 sectionNode.assertions.push_back(assertionStats); in assertionEnded()
6290 SectionNode const& sectionNode);
6292 void writeAssertions(SectionNode const& sectionNode);
16618 SectionNode const& sectionNode ) { in writeSection() argument
16619 std::string name = trim( sectionNode.stats.sectionInfo.name ); in writeSection()
16623 if( !sectionNode.assertions.empty() || in writeSection()
16624 !sectionNode.stdOut.empty() || in writeSection()
16625 !sectionNode.stdErr.empty() ) { in writeSection()
16635 … xml.writeAttribute( "time", ::Catch::Detail::stringify( sectionNode.stats.durationInSeconds ) ); in writeSection()
[all …]