Searched defs:CHECK_FALSE (Results 1 – 4 of 4) sorted by relevance
218 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro413 #define CHECK_FALSE( ... ) (void)(0) macro
17598 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro17791 #define CHECK_FALSE( ... ) (void)(0) macro
17332 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro17525 #define CHECK_FALSE( ... ) (void)(0) macro
10381 #define CHECK_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure … macro