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.
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EXPECT_FFF_CALL_COUNT(name, count) | 
| Expect count calls to name mock.  More... | |
| #define | EXPECT_FFF_CALL_PARAMS(mock, ...) | 
| Expect that the last call to mock was made with the given parameters.  More... | |