cmocka  1.1.1
Modules
Here is a list of all modules:
[detail level 12]
 The CMocka APIThese headers or their equivalents should be included prior to including this header file
 Mock ObjectsMock objects mock objects are simulated objects that mimic the behavior of real objects
 Checking ParametersFunctionality to store expected values for mock function parameters
 Assert MacrosThis is a set of useful assert macros like the standard C libary's assert(3) macro
 Call OrderingIt is often beneficial to make sure that functions are called in an order
 Running TestsThis is the way tests are executed with CMocka
 Dynamic Memory AllocationMemory leaks, buffer overflows and underflows can be checked using cmocka
 Standard AssertionsHow to handle assert(3) of the standard C library