|
Wire Sysio Wire Sysion 1.0.0
|
#include "catch_assertionhandler.h"#include "catch_interfaces_capture.h"#include "catch_message.h"#include "catch_stringref.h"

Go to the source code of this file.
Macros | |
| #define | CATCH_INTERNAL_STRINGIFY(...) |
| #define | INTERNAL_CATCH_TRY |
| #define | INTERNAL_CATCH_CATCH(capturer) |
| #define | INTERNAL_CATCH_REACT(handler) |
| #define | INTERNAL_CATCH_TEST(macroName, resultDisposition, ...) |
| #define | INTERNAL_CATCH_IF(macroName, resultDisposition, ...) |
| #define | INTERNAL_CATCH_ELSE(macroName, resultDisposition, ...) |
| #define | INTERNAL_CATCH_NO_THROW(macroName, resultDisposition, ...) |
| #define | INTERNAL_CATCH_THROWS(macroName, resultDisposition, ...) |
| #define | INTERNAL_CATCH_THROWS_AS(macroName, exceptionType, resultDisposition, expr) |
| #define | INTERNAL_CATCH_MSG(macroName, messageType, resultDisposition, ...) |
| #define | INTERNAL_CATCH_CAPTURE(varName, macroName, ...) |
| #define | INTERNAL_CATCH_INFO(macroName, log) |
| #define | INTERNAL_CATCH_UNSCOPED_INFO(macroName, log) |
| #define | INTERNAL_CATCH_THROWS_STR_MATCHES(macroName, resultDisposition, matcher, ...) |
| #define CATCH_INTERNAL_STRINGIFY | ( | ... | ) |
Definition at line 19 of file catch_capture.hpp.
| #define INTERNAL_CATCH_CAPTURE | ( | varName, | |
| macroName, | |||
| ... ) |
Definition at line 125 of file catch_capture.hpp.
| #define INTERNAL_CATCH_CATCH | ( | capturer | ) |
Definition at line 30 of file catch_capture.hpp.
| #define INTERNAL_CATCH_ELSE | ( | macroName, | |
| resultDisposition, | |||
| ... ) |
Definition at line 60 of file catch_capture.hpp.
| #define INTERNAL_CATCH_IF | ( | macroName, | |
| resultDisposition, | |||
| ... ) |
Definition at line 55 of file catch_capture.hpp.
| #define INTERNAL_CATCH_INFO | ( | macroName, | |
| log ) |
Definition at line 130 of file catch_capture.hpp.
| #define INTERNAL_CATCH_MSG | ( | macroName, | |
| messageType, | |||
| resultDisposition, | |||
| ... ) |
Definition at line 117 of file catch_capture.hpp.
| #define INTERNAL_CATCH_NO_THROW | ( | macroName, | |
| resultDisposition, | |||
| ... ) |
Definition at line 65 of file catch_capture.hpp.
| #define INTERNAL_CATCH_REACT | ( | handler | ) |
Definition at line 39 of file catch_capture.hpp.
| #define INTERNAL_CATCH_TEST | ( | macroName, | |
| resultDisposition, | |||
| ... ) |
Definition at line 42 of file catch_capture.hpp.
| #define INTERNAL_CATCH_THROWS | ( | macroName, | |
| resultDisposition, | |||
| ... ) |
Definition at line 79 of file catch_capture.hpp.
| #define INTERNAL_CATCH_THROWS_AS | ( | macroName, | |
| exceptionType, | |||
| resultDisposition, | |||
| expr ) |
Definition at line 96 of file catch_capture.hpp.
| #define INTERNAL_CATCH_THROWS_STR_MATCHES | ( | macroName, | |
| resultDisposition, | |||
| matcher, | |||
| ... ) |
Definition at line 139 of file catch_capture.hpp.
| #define INTERNAL_CATCH_TRY |
Definition at line 29 of file catch_capture.hpp.
| #define INTERNAL_CATCH_UNSCOPED_INFO | ( | macroName, | |
| log ) |
Definition at line 134 of file catch_capture.hpp.