Searched refs:missingAssertions (Results 1 – 8 of 8) 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() 368 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local 375 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest()
|
D | catch_interfaces_reporter.cpp | 62 missingAssertions( _missingAssertions ) in SectionStats()
|
D | catch_interfaces_reporter.h | 112 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 | 412 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 | 5513 bool missingAssertions; member 10996 missingAssertions( _missingAssertions ) in SectionStats() 12652 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded() local 12659 …Ended(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions)); in sectionEnded() 12808 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local 12815 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest() 16194 if (_sectionStats.missingAssertions) { in sectionEnded()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5546 bool missingAssertions; member 11058 missingAssertions( _missingAssertions ) in SectionStats() 12795 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded() local 12802 …Ended(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions)); in sectionEnded() 12951 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest() local 12958 SectionStats testCaseSectionStats(testCaseSection, assertions, duration, missingAssertions); in runCurrentTest() 16446 if (_sectionStats.missingAssertions) { in sectionEnded()
|