Go to the source code of this file.
Data Structures | |
| struct | CSelftestCallback |
Macros | |
| #define | SELFTEST_CALLBACK(NAME) |
| #define SELFTEST_CALLBACK | ( | NAME | ) |
This define creates an derived selftest class that runs a BOOST test suite. As usual, the boost tests have to be defined by using BOOST_*_TEST_CASE.
In order to use this test case an instance of this class created with new must be passed to the command line parser by using the add_selftest method.
| NAME | name of the selftest class. |
Definition at line 77 of file selftestcmdoption.hh.