Functions/classes for libtf internal use only.
More...
|
| class | TfRegTest |
| | TfRegTest is a singleton class, which is used to register functions with either type bool (*)(int, char*[]), or functions returning type bool and taking no arguments. More...
|
| |
| class | TfTypeFunctions< T, ENABLE > |
| | Implements assorted functions based on compile-time type information. More...
|
| |
|
| #define | TF_ADD_REGTEST(name) |
| | Adds the function Test_name, under name name, as a runnable regression test.
|
| |
Functions/classes for libtf internal use only.
◆ TF_ADD_REGTEST
| #define TF_ADD_REGTEST |
( |
|
name | ) |
|
Adds the function Test_name, under name name, as a runnable regression test.
Test_name must be of type RegFunc or RegFuncWithArgs.
Definition at line 132 of file regTest.h.