Home
last modified time | relevance | path

Searched refs:CHECKED_ELSE (Results 1 – 10 of 10) sorted by relevance

/external/catch2/docs/
Dother-macros.md10 * `CHECKED_IF` and `CHECKED_ELSE`
15 evaluates to `true`. `CHECKED_ELSE( expr )` work similarly, but the block
24 } CHECKED_ELSE ( a == b ) {
Ddeprecations.md64 ### `CHECKED_IF` and `CHECKED_ELSE`
66 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/external/catch2/projects/ExtraTests/
DCMakeLists.txt30 …UIRE_THROWS_MATCHES; REQUIRE_NOTHROW; CHECK; CHECK_FALSE; CHECKED_IF; CHECKED_ELSE; CHECK_NOFAIL; …
/external/catch2/include/
Dcatch.hpp199 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
366 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/catch2/projects/SelfTest/UsageTests/
DTricky.tests.cpp392 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
DMisc.tests.cpp37 CHECKED_ELSE( flag ) in testCheckedElse()
/external/catch2/projects/SelfTest/Baselines/
Dconsole.std.approved.txt1023 CHECKED_ELSE( flag )
Dconsole.sw.approved.txt1940 CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} )
9204 CHECKED_ELSE( flag )
9220 CHECKED_ELSE( flag )
/external/catch2/single_include/catch2/
Dcatch.hpp14685 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
14850 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/bcc/tests/cc/
Dcatch.hpp10383 #define CHECKED_ELSE( expr ) INTERNAL_CATCH_ELSE( expr, Catch::ResultDisposition::ContinueOnFailure… macro