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
 oMock ObjectsMock objects mock objects are simulated objects that mimic the behavior of real objects
 oChecking ParametersFunctionality to store expected values for mock function parameters
 oAssert MacrosThis is a set of useful assert macros like the standard C libary's assert(3) macro
 oCall OrderingIt is often beneficial to make sure that functions are called in an order
 oRunning TestsThis is the way tests are executed with CMocka
 oDynamic Memory AllocationMemory leaks, buffer overflows and underflows can be checked using cmocka
 \Standard AssertionsHow to handle assert(3) of the standard C library