Add new methods to existing mock objects
Brought to you by:
ivan_r_moore,
mpcooke3
It is sometimes necessary to modify the auto generated
code produced by MockMaker. This is a problem because
when the interface of the class being mocked changes
then the mock object has to be re-generated and the
changes re-applied. It would be nice if MockMaker
could simply add any new required methods to the
existing mock object without changing the existing code.