Home
last modified time | relevance | path

Searched refs:INTERNAL_CHECK_THAT (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
H A Dcatch.hpp3805 #define INTERNAL_CHECK_THAT( macroName, matcher, resultDisposition, arg ) \ macro
17601 #define CATCH_CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_CHECK_THAT", matcher, Catch::ResultDisposition::ContinueOnFailure, arg )
17603 #define CATCH_REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CATCH_REQUIRE_THAT", matcher, Catch::ResultDisposition::Normal, arg )
17697 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposition::ContinueOnFailure, arg )
17699 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDisposition::Normal, arg )

Completed in 15 milliseconds