RIOT unit tests for C++ assertion macros. More...
RIOT unit tests for C++ assertion macros.
Definition in file cppunit_expect.hpp.
Go to the source code of this file.
Macros | |
#define | EXPECT_EQ(expected, actual, msg) |
Expect equality of the actual and expected value. | |
#define | EXPECT_STREQ(expected, actual, msg) |
Expect string equality of the actual and expected value. | |