Home
last modified time | relevance | path

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

12345678

/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/tests/for_testing/
H A Dtest_checkMatrix.cpp46 CHECKED_ELSE(check_matrix_result.result) { FAIL(check_matrix_result.result_message); }
60 CHECKED_ELSE(check_matrix_result.result) { FAIL(check_matrix_result.result_message); }
/dports/devel/catch/Catch2-2.13.7/docs/
H A 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 ) {
H A Ddeprecations.md104 ### `CHECKED_IF` and `CHECKED_ELSE`
106 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/math/e-antic/Catch2-ff349a5/docs/
H A 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 ) {
H A Ddeprecations.md97 ### `CHECKED_IF` and `CHECKED_ELSE`
99 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/docs/
H A 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 ) {
H A Ddeprecations.md97 ### `CHECKED_IF` and `CHECKED_ELSE`
99 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/www/restbed/restbed-4.8/dependency/catch/docs/
H A 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 ) {
H A Ddeprecations.md69 ### `CHECKED_IF` and `CHECKED_ELSE`
71 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/emulators/citra/citra-ac98458e0/externals/catch/docs/
H A 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 ) {
H A Ddeprecations.md104 ### `CHECKED_IF` and `CHECKED_ELSE`
106 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/docs/
H A 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 ) {
H A Ddeprecations.md104 ### `CHECKED_IF` and `CHECKED_ELSE`
106 To make the `CHECKED_IF` and `CHECKED_ELSE` macros more useful, they will
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/
H A Dcatch.hpp170 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
295 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/UsageTests/
H A DMisc.tests.cpp37 CHECKED_ELSE( flag ) in testCheckedElse()
H A DTricky.tests.cpp407 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DTricky.tests.cpp388 } CHECKED_ELSE( std::vector<int>{1, 2} == std::vector<int>{1, 2} ) {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/projects/SelfTest/
H A DMiscTests.cpp164 CHECKED_ELSE( flag ) in testCheckedElse()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/projects/SelfTest/
H A DMiscTests.cpp164 CHECKED_ELSE( flag ) in testCheckedElse()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/
H A Dcatch.hpp220 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
415 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro

12345678