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

RIOT unit tests for C++ assertion macros. More...

Detailed Description

RIOT unit tests for C++ assertion macros.

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

Definition in file cppunit_expect.hpp.

+ This graph shows which files directly or indirectly include this file:

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.