Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5492 bool missingAssertions; member
10948 missingAssertions( _missingAssertions ) in SectionStats()
12622 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded() local
12629 …Ended(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions)); in sectionEnded()
12778 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local
12785 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
16169 if (_sectionStats.missingAssertions) { in sectionEnded()