Mock Objects for C++ 1.14.1 review

Download
by rbytes.net on

mockpp is a platform independent generic unit testing framework for C++

License: GPL (GNU General Public License)
File size: 0K
Developer: Ewald Arnold
0 stars award from rbytes.net

mockpp is a platform independent generic unit testing framework for C++. Mock Objects for C++ goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock.

Mock objects allow you to set up predictible behaviour to help you test your production code by emulating some functionality your code depends on. This might for example be a huge database which is too difficult and time consuming to maintain just for testing purposes.

Originally I started with a port of MockObjects to C++ and wanted to keep the same interfaces. But in the meanwhile I found out more about Java and it's differencens to C++ (it's funny reflection api for example ) and so I had to change a bunch of details.

Additionally I included the working method of EasyMock. From my limited understanding of Java there seems to be something similar in MockObjects but I guess EasyMock is easier to use and certainly was easier to port to C++.

What's New in This Release:
typo and bad filename in gen_files_N.sh
missing #include under certain circumstances

Mock Objects for C++ 1.14.1 keywords