Are there any good C++ Mock object frameworks? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T16:17:25Zhttp://stackoverflow.com/feeds/question/38493http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks8Are there any good C++ Mock object frameworks?Chris Mayer2008-09-01T21:52:42Z2009-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#385004Answer by conmulligan for Are there any good C++ Mock object frameworks?conmulligan2008-09-01T21:55:10Z2008-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#389663Answer by graham.reeds for Are there any good C++ Mock object frameworks?graham.reeds2008-09-02T07:21:02Z2008-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#711691Answer by 0124816 for Are there any good C++ Mock object frameworks?01248162008-09-16T10:52:40Z2008-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#3644416Answer by MarkS for Are there any good C++ Mock object frameworks?MarkS2008-12-12T22:58:18Z2008-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#3872880Answer by Peter Bindels for Are there any good C++ Mock object frameworks?Peter Bindels2008-12-22T20:38:53Z2008-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>