Closed Daimonion1980 closed 1 year ago
Closed because forgot to enable the plugin in ceedling project settings
Can you link the issue?
I assume you just need to enable the ignore-arg
plugin for CMock part of the project.yml
Yep, exactly this was the issue.
I'm using CMock together with ceedling latest version installed through gem and are in need of the documented function Ignore Arg
https://github.com/ThrowTheSwitch/CMock/blob/master/docs/CMock_Summary.md#ignore-arg
But I cannot use this function because CMock doesn't provides it and it even doesn't compile the tests:
flash_write gets mocked perfect with functions like ExpectAndReturn or Ignore and all the obvious CMock functions. But CMock does not generate "more complex" Mocks like returnThruPtr or the IgnoreArg function.
the Header of flash_write is defined as follows:
Do i have to configure CMock in ceedling project file to generate these mocks?