Searched defs:REQUIRE_THAT (Results 1 – 5 of 5) sorted by relevance
/external/catch2/projects/XCode/OCTest/OCTest/ |
D | CatchOCTestCase.mm | 74 REQUIRE_THAT( @"This is a string", Contains( @"is a" ) ); category 75 REQUIRE_THAT( @"This is a string", StartsWith( @"This" ) ); category 76 REQUIRE_THAT( @"This is a string", EndsWith( @"string" ) ); category
|
/external/catch2/include/ |
D | catch.hpp | 235 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… macro 430 #define REQUIRE_THAT( arg, matcher ) (void)(0) macro
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 17348 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… macro 17541 #define REQUIRE_THAT( arg, matcher ) (void)(0) macro
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 17614 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… macro 17807 #define REQUIRE_THAT( arg, matcher ) (void)(0) macro
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10392 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::N… macro
|