Searched refs:missingAssertions (Results 1 – 7 of 7) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 212 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()
|
D | catch_interfaces_reporter.cpp | 62 missingAssertions( _missingAssertions ) in SectionStats()
|
D | catch_interfaces_reporter.h | 106 bool missingAssertions; member
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 206 << ws(level+1) << "- missingAssertions: " << info.missingAssertions << "\n"; in print()
|
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 382 if (_sectionStats.missingAssertions) { in sectionEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5140 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/ |
D | catch.hpp | 4944 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()
|