Lines Matching refs:function
87 Below is the simple implementation of an unit test for the function
185 would not be available for the function call
188 of the function under test.
190 Sadly, above code is still incomplete because the function under test
193 these function available is to use
253 not mock functions which are declared as function pointers in the
299 CMock generates the fwk_run_main_loop mock as a returning function,
301 complains when this function terminates. To work around this, an infinite
302 for loop needs to be appended to the function manual when updating
310 ```utest_``` followed by the function being tested and a pass or fail
313 function, have a test function for that case only.