|
cmocka 2.0.0
Unit testing library with mock support
|
#include <cmocka.h>
Data Fields | |
| const char * | name |
| UnitTestFunction | function |
| UnitTestFunctionType | function_type |
Stores a unit test function with its name and type. NOTE: Every setup function must be paired with a teardown function. It's possible to specify NULL function pointers.