RIOT unit tests for C++ base classes and macros. More...
RIOT unit tests for C++ base classes and macros.
Definition in file cppunit_base.hpp.
#include <array>#include <cstdio>#include <cstring>#include <type_traits>
 Include dependency graph for cppunit_base.hpp:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | riot::testing::test | 
| Test base class.  More... | |
| class | riot::testing::test_suite | 
| Test suite base class.  More... | |
Namespaces | |
| riot | |
| RIOT C++ namespace.  | |
| riot::testing | |
| namespace for cpp unit tests  | |
Macros | |
| #define | CPPUNIT_SUITE_CNT (10) | 
| Maximum amount of tests in one test suite.  | |
| #define | RUN_SUITE(name) | 
| Run the test suite name.  More... | |
| #define | TEST_SUITE_F(suite, name) | 
| Instantiate a test suite with custom test fixture.  More... | |
| #define | TEST_SUITE(name) | 
| Instantiate a test suite.  More... | |
| #define | TEST(suite, name) | 
| Begin the definition of a test.  More... | |