Searched defs:CATCH_REQUIRE (Results 1 – 4 of 4) sorted by relevance
108 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro317 #define CATCH_REQUIRE( ... ) (void)(0) macro
17224 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro17429 #define CATCH_REQUIRE( ... ) (void)(0) macro
17490 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro17695 #define CATCH_REQUIRE( ... ) (void)(0) macro
10303 #define CATCH_REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "CATCH_R… macro