Home
last modified time | relevance | path

Searched defs:REQUIRE_THAT (Results 1 – 5 of 5) sorted by relevance

/external/catch2/projects/XCode/OCTest/OCTest/
DCatchOCTestCase.mm74 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/
Dcatch.hpp235 #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/
Dcatch.hpp17348 #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/
Dcatch.hpp17614 #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/
Dcatch.hpp10392 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::N… macro