Home
last modified time | relevance | path

Searched defs:CATCH_REQUIRE (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/
Dcatch.hpp108 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro
317 #define CATCH_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17224 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro
17429 #define CATCH_REQUIRE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17490 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro
17695 #define CATCH_REQUIRE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10303 #define CATCH_REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "CATCH_R… macro