vote up 8 vote down star
2

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.

Just an update the Google's gMock has been out for a while now.

flag

5 Answers

vote up 6 vote down check

We just release it: http://code.google.com/p/googlemock/

link|flag
vote up 4 vote down

Check out mockpp, it should be familiar if you've used mock objects before.

link|flag
vote up 3 vote down

I use AMOP in conjunction with UnitTest++.

link|flag
vote up 1 vote down

gMock is awesome. (I thought it was already released! :-( )

link|flag
vote up 0 vote down

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).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.