amop


Automatic Mock Object For C++

AMOP 0.3 is an Automatic Mock Object for C++.

News:

It works in GCC now...Please go to BuildInstructions Page to know more.

By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ .

The main differences between AMOP and other mock object library is that, users DO NOT need to implement the interface of the object which to mock...

Please go to BasicUsage to know more.

For any problem or feature requestion, you can leave a comment on GeneralDiscussion or go to amop google group.

.

Project Information

Labels:
C Unittest MockObject UnitTest TDD Testing CPlusPlus