Searched defs:CATCH_CHECK_FALSE (Results 1 – 4 of 4) sorted by relevance
120 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro329 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
17236 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro17441 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
17502 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro17707 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
10312 #define CATCH_CHECK_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFa… macro