lpabon / cmockery2

Reviving cmockery unit test framework from Google
Apache License 2.0
69 stars 39 forks source link

Enhance CMockery to support a function call counter. #31

Open lacassefr opened 9 years ago

lacassefr commented 9 years ago

Enhance CMockery to support a function call counter to track the number of times a mock function have been called. Then, assert can be done on those function call counter.

lpabon commented 9 years ago

This looks really cool, do you mind adding some unit tests to test this feature?

lpabon commented 9 years ago

After the unit tests are there, I will go ahead and review the fix

lacassefr commented 9 years ago

I agree with you that unit tests are needed. I will have to look at this the following weeks.

lacassefr commented 6 years ago

We will develop new features on cmockery2. Are you still interested by this one if we adding unit test? Will you have the time to review it?

lpabon commented 6 years ago

Yeah, it's been a while, but sure, I'll review.