|
mimic++ v9.2.1
|
Go to the source code of this file.
Macros | |
| #define | MIMICPP_DETAIL_UNIQUE_NAME(prefix, counter) |
| #define | MIMICPP_DETAIL_SCOPED_EXPECTATION_IMPL(counter) |
| #define | MIMICPP_SCOPED_EXPECTATION MIMICPP_DETAIL_SCOPED_EXPECTATION_IMPL(__COUNTER__) |
| Convenience macro, which creates a ScopedExpectation with a unique name. | |
| #define | SCOPED_EXP MIMICPP_SCOPED_EXPECTATION |
| Shorthand variant of MIMICPP_SCOPED_EXPECTATION. | |
| #define MIMICPP_DETAIL_SCOPED_EXPECTATION_IMPL | ( | counter | ) |
| #define MIMICPP_DETAIL_UNIQUE_NAME | ( | prefix, | |
| counter ) |