Searched defs:CHECK_THAT (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/XCode/OCTest/OCTest/ |
D | CatchOCTestCase.mm | 84 CHECK_THAT( (NSString*)nil, StartsWith( @"anything" ) ); category
|
/external/catch2/include/ |
D | catch.hpp | 212 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposi… macro 379 #define CHECK_THAT( arg, matcher ) (void)(0) macro
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10322 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::Con… macro 10391 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::Con… macro
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 14697 #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposi… macro 14862 #define CHECK_THAT( arg, matcher ) (void)(0) macro
|