|
qxLib
|
Go to the source code of this file.
Macros | |
| #define | QX_NO_ENTRY !"No entry" |
| Use this as a condition in any macro above to indicate that this part of your code must never be executed. | |
| #define | QX_NOT_IMPLEMENTED !"Not implemented" |
| Use this as a condition in any macro above to indicate that this part of your code is not ready yet. | |
| #define | QX_PREDICATE_HIT_ONCE() |
| Predicate to add to a condition in any EXPECT macro. When added, a macro will only hit once. More... | |
| #define QX_PREDICATE_HIT_ONCE | ( | ) |
Predicate to add to a condition in any EXPECT macro. When added, a macro will only hit once.
Definition at line 41 of file predicates.h.