mat007 / turtle

C++ mock object library for Boost

Home Page:http://turtle.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A couple more questions

zichaelpath opened this issue · comments

I had a couple of other questions regarding this library:

  1. What is the difference between MOCK_CLASS and MOCK_BASE_CLASS?

  2. Is there a way (when creating these mock functions) that we can add functionality to them, or at least emulate the functionality inside the original mocked function? In this case it would be to edit the parameter values passed as a reference.