Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp136 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… macro
345 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17518 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… macro
17723 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17252 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catc… macro
17457 #define CATCH_REQUIRE_THAT( arg, matcher ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10323 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposit… macro