Loading...
Searching...
No Matches
cppunit_fff.hpp File Reference

RIOT unit tests for C++ assertion macros for Fake Functions Framework. More...

Detailed Description

RIOT unit tests for C++ assertion macros for Fake Functions Framework.

Author
Jens Wetterich jens@.nosp@m.wett.nosp@m.erich.nosp@m.-net.nosp@m..de

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.
 
#define EXPECT_FFF_CALL_PARAMS(mock, ...)
 Expect that the last call to mock was made with the given parameters.