protected fields
Brought to you by:
ivan_r_moore,
mpcooke3
For some tests we need a customized version of a
mock object.
We could use inheritance to provide the new behavior
without disturbing the original mock made (since it was
enough for other test cases).
But all fields are declared private. Protected fields would
ease the task of customizing the mocks.