Search code examples
How do I pass a double value to my C mock function with cmocka will_return()?...


cunit-testingmockingcmocka

Read More
CMOCKA / Linker : 'wrap'ping lots of functions...


cunit-testinglinkercmocka

Read More
Correct way to temporarily enable and disable function wrapping in cmocka?...


cunit-testingcmockerycmocka

Read More
Cmocka - should we all be creating one executable per test for isolating static variables?...


cunit-testingstaticcmocka

Read More
Cmocka: checking a structure passed as a parameter...


ccmocka

Read More
Wrapped function pointer parameter changes if return value struct has too many members...


cldcmocka

Read More
How does target_link_libraries(--wrap) work?...


ccmakecmocka

Read More
set_target_properties does not work with multiple --wrap functions...


cunit-testingcmakelinker-flagscmocka

Read More
Mocking functions with cmocka...


unit-testingembeddedcmocka

Read More
visual studio c linker wrap option?...


cvisual-studiolinkercmocka

Read More
How can Cmocka test that my (void) callback function was called with the correct parameters?...


cmocka

Read More
Cmocka unit testing with C: mocking nested function calls...


cunit-testingcmocka

Read More
Unit test run configuration...


cunit-testingcmocka

Read More
How to deal with symbolic links in Yocto recipe using cmake?...


cmakeshared-librariesyoctocmocka

Read More
CMake and CMocka standard assertions for compiling tests...


cunit-testingcmakecmocka

Read More
How to mock functions in headerfiles?...


cunit-testinggcccmocka

Read More
Allocated memory in multiple cmocka unit tests...


ccmocka

Read More
Mock/Wrap static functions called by a non-static function under test...


cstaticmockingcmocka

Read More
How to handle static elements with cmocka?...


cunit-testinggccstaticcmocka

Read More
Should I check the input variables (pointers) in a mock function?...


unit-testingmockingcmocka

Read More
cmocka free operation and catching exceptions...


cunit-testingtestingcmocka

Read More
GCC linker : passing multiple --wrap=<function>...


gcclinkercmocka

Read More
How to handle problems with RPATH on Mac OS X while installing cmocka?...


cmacoscmakerpathcmocka

Read More
How do I link with cmocka?...


clinkerlinker-errorsgnu-makecmocka

Read More
CTest pull test names from cmocka source...


ctestcmocka

Read More
How to mock function in C when its caller function is defined in same file?...


clinuxc++11gcccmocka

Read More
"undefined reference to `_cmocka_run_group_tests'" when running sample CMocka test...


cgcclinkerundefined-referencecmocka

Read More
BackNext