Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.cpp198 bool RunContext::testForMissingAssertions(Counts& assertions) { in testForMissingAssertions() function in Catch::RunContext
212 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded()
359 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest()
Dcatch_run_context.h115 bool testForMissingAssertions( Counts& assertions );
/external/bcc/tests/cc/
Dcatch.hpp5974 bool testForMissingAssertions( Counts& assertions ) { in testForMissingAssertions() function in Catch::RunContext
5988 bool missingAssertions = testForMissingAssertions( assertions ); in sectionEnded()
6100 bool missingAssertions = testForMissingAssertions( assertions ); in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp6216 bool testForMissingAssertions( Counts& assertions );
10427 bool RunContext::testForMissingAssertions(Counts& assertions) { in testForMissingAssertions() function in Catch::RunContext
10441 bool missingAssertions = testForMissingAssertions(assertions); in sectionEnded()
10588 bool missingAssertions = testForMissingAssertions(assertions); in runCurrentTest()