Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.cpp212 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded() local
219 …Ended(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions)); in sectionEnded()
359 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local
366 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
Dcatch_interfaces_reporter.cpp62 missingAssertions( _missingAssertions ) in SectionStats()
Dcatch_interfaces_reporter.h106 bool missingAssertions; member
/external/catch2/examples/
D210-Evt-EventListeners.cpp206 << ws(level+1) << "- missingAssertions: " << info.missingAssertions << "\n"; in print()
/external/catch2/include/reporters/
Dcatch_reporter_console.cpp382 if (_sectionStats.missingAssertions) { in sectionEnded()
/external/bcc/tests/cc/
Dcatch.hpp5140 missingAssertions( _missingAssertions ) in SectionStats()
5153 bool missingAssertions; member
5988 bool missingAssertions = testForMissingAssertions( assertions ); in sectionEnded() local
5995 …d( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions ) ); in sectionEnded()
6100 bool missingAssertions = testForMissingAssertions( assertions ); in runCurrentTest() local
6108 … SectionStats testCaseSectionStats( testCaseSection, assertions, duration, missingAssertions ); in runCurrentTest()
7655 if( sectionStats.missingAssertions ) in sectionEnded()
9520 if( _sectionStats.missingAssertions ) { in sectionEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp4944 bool missingAssertions; member
8963 missingAssertions( _missingAssertions ) in SectionStats()
10441 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded() local
10448 …Ended(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions)); in sectionEnded()
10588 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local
10595 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
13688 if (_sectionStats.missingAssertions) { in sectionEnded()