Here is a list of all modules:
[detail level 12]
| ▼The CMocka API | These headers or their equivalents should be included prior to including this header file |
| Mock Objects | Mock objects mock objects are simulated objects that mimic the behavior of real objects |
| Checking Parameters | Functionality to store expected values for mock function parameters |
| Assert Macros | This is a set of useful assert macros like the standard C libary's assert(3) macro |
| Call Ordering | It is often beneficial to make sure that functions are called in an order |
| Running Tests | This is the way tests are executed with CMocka |
| Dynamic Memory Allocation | Memory leaks, buffer overflows and underflows can be checked using cmocka |
| Standard Assertions | How to handle assert(3) of the standard C library |