Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp186 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
353 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14672 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
14837 #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