Home
last modified time | relevance | path

Searched defs:CATCH_REQUIRE (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/
Dcatch.hpp103 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro
277 #define CATCH_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14591 #define CATCH_REQUIRE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE", Catch::ResultDisposition::Normal… macro
14761 #define CATCH_REQUIRE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10303 #define CATCH_REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "CATCH_R… macro