Searched defs:CATCH_REQUIRE_FALSE (Results 1 – 4 of 4) sorted by relevance
109 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro318 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
17491 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro17696 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
17225 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro17430 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
10304 #define CATCH_REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | C… macro