Home
last modified time | relevance | path

Searched refs:CATCH_CHECK (Results 1 – 4 of 4) sorted by relevance

/external/catch2/projects/ExtraTests/
DX01-PrefixedMacros.cpp31 CATCH_CHECK( 1 == 1 );
/external/catch2/include/
Dcatch.hpp114 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
288 #define CATCH_CHECK( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14602 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
14772 #define CATCH_CHECK( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10311 #define CATCH_CHECK( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure,… macro