Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp104 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro
278 #define CATCH_REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14592 #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposi… macro
14762 #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