RIOT unit tests for C++ assertion macros for Fake Functions Framework. More...
RIOT unit tests for C++ assertion macros for Fake Functions Framework.
Definition in file cppunit_fff.hpp.
Go to the source code of this file.
Macros | |
#define | EXPECT_FFF_CALL_COUNT(name, count) |
Expect count calls to name mock. | |
#define | EXPECT_FFF_CALL_PARAMS(mock, ...) |
Expect that the last call to mock was made with the given parameters. | |