Mock Objects for C++

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

Mock Objects for C++ Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Ewald Arnold
  • Publisher web site:

Mock Objects for C++ Tags


Mock Objects for C++ Description

mockpp is a platform-independent generic unit testing framework for C++. 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:· This maintenance release fixes minor issues.


Mock Objects for C++ Related Software