cmocka  0.3.2
Modules
Here is a list of all modules:
[detail level 12]
\The CMocka APITODO Describe cmocka
 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
 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