Home
last modified time | relevance | path

Searched defs:REQUIRE_THAT (Results 1 – 4 of 4) 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.hpp214 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… macro
381 #define REQUIRE_THAT( arg, matcher ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14699 #define REQUIRE_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDis… macro
14864 #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