Searched defs:CATCH_REQUIRE_THAT (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/ |
D | catch.hpp | 131 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… macro 305 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) macro
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 14619 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… macro 14789 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) macro
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10323 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposit… macro
|