Are there any good C++ Mock object frameworks? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T16:17:25Z http://stackoverflow.com/feeds/question/38493 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks 8 Are there any good C++ Mock object frameworks? Chris Mayer 2008-09-01T21:52:42Z 2009-06-23T01:00:15Z <p>Does anyone have any experience with Mock Object frameworks in C++? I haven't been able to find much. It appears Google will be open sourcing theirs soon, so I guess it may be best to wait for that, but still interested to hear of others.</p> <p>Just an update the Google's gMock has been out for a while now.</p> http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks/38500#38500 4 Answer by conmulligan for Are there any good C++ Mock object frameworks? conmulligan 2008-09-01T21:55:10Z 2008-09-01T21:55:10Z <p>Check out <a href="http://mockpp.sourceforge.net/" rel="nofollow">mockpp</a>, it should be familiar if you've used mock objects before.</p> http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks/38966#38966 3 Answer by graham.reeds for Are there any good C++ Mock object frameworks? graham.reeds 2008-09-02T07:21:02Z 2008-09-02T07:21:02Z <p>I use <a href="http://code.google.com/p/amop/" rel="nofollow">AMOP</a> in conjunction with <a href="http://unittest-cpp.sourceforge.net/" rel="nofollow">UnitTest++</a>.</p> http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks/71169#71169 1 Answer by 0124816 for Are there any good C++ Mock object frameworks? 0124816 2008-09-16T10:52:40Z 2008-09-16T10:52:40Z <p>gMock is <strong>awesome.</strong> (I thought it was already released! :-( )</p> http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks/364441#364441 6 Answer by MarkS for Are there any good C++ Mock object frameworks? MarkS 2008-12-12T22:58:18Z 2008-12-12T22:58:18Z <p>We just release it: <a href="http://code.google.com/p/googlemock/" rel="nofollow">http://code.google.com/p/googlemock/</a></p> http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks/387288#387288 0 Answer by Peter Bindels for Are there any good C++ Mock object frameworks? Peter Bindels 2008-12-22T20:38:53Z 2008-12-22T20:38:53Z <p>I've written Hippo Mocks ( www.assembla.com/spaces/hippomocks ) which should work quite well. It's been released a while back and will very soon get an update (the tip of the archive already contains the relevant fixes).</p>