Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp207 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
402 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17587 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
17780 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17321 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
17514 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10373 #define REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | Catch::… macro