Searched defs:REQUIRE_FALSE (Results 1 – 3 of 3) sorted by relevance
186 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro353 #define REQUIRE_FALSE( ... ) (void)(0) macro
14672 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro14837 #define REQUIRE_FALSE( ... ) (void)(0) macro
10373 #define REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | Catch::… macro