cmocka
1.1.1
|
![]() | These headers or their equivalents should be included prior to including this header file |
![]() ![]() | Mock objects mock objects are simulated objects that mimic the behavior of real objects |
![]() ![]() | Functionality to store expected values for mock function parameters |
![]() ![]() | This is a set of useful assert macros like the standard C libary's assert(3) macro |
![]() ![]() | It is often beneficial to make sure that functions are called in an order |
![]() ![]() | This is the way tests are executed with CMocka |
![]() ![]() | Memory leaks, buffer overflows and underflows can be checked using cmocka |
![]() ![]() | How to handle assert(3) of the standard C library |