cmocka
0.4.1
|
▼The CMocka API | TODO Describe cmocka |
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 |
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 |