Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp109 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro
318 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17491 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro
17696 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17225 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro
17430 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10304 #define CATCH_REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | C… macro