Searched refs:CATCH_REQUIRE_FALSE (Results 1 – 4 of 4) sorted by relevance
23 CATCH_REQUIRE_FALSE( 1 != 1 );
104 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro168 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ )278 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
14592 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro14655 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ )14762 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
10304 #define CATCH_REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | C… macro