Searched refs:CATCH_REQUIRE_THAT (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/ExtraTests/ |
D | X01-PrefixedMacros.cpp | 47 CATCH_REQUIRE_THAT("abcd", Equals("abcd"));
|
/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
|