mockitopp icon indicating copy to clipboard operation
mockitopp copied to clipboard

mockitopp needs to support link-time mocks for global functions like cgreen does

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

What is the expected output? What do you see instead?

We have a mixed C/C++ codebase, with lots of C-style global functions. 
Currently, we have to use cgreen's link-time mocking style for those and 
mockitopp's mocking style for class-based mocking.

We want to be able to use mockitopp for both global-function mocks and 
class-based mocking.



Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 9:57

GoogleCodeExporter avatar Mar 19 '15 03:03 GoogleCodeExporter