Searched defs:CATCH_REQUIRE (Results 1 – 3 of 3) sorted by relevance
103 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro277 #define CATCH_REQUIRE( ... ) (void)(0) macro
14591 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro14761 #define CATCH_REQUIRE( ... ) (void)(0) macro
10303 #define CATCH_REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "CATCH_R… macro