Revision history for Test-Mock-Wrapper
0.04 Thu Mar 05 2015
Refined "resetCalls" to allow only history of specific methods to be clear.
Added tests for "resetCalls"
Added method "resetMocks" to reset the state of specified mock conditions,
with tests for same.
0.03 Wed Mar 04 2015
Added method "resetCalls" to allow clearing the call records. Useful if you use the same
mock wrapper in multiple tests rather than creating a new on for each.
0.02 Wed Mar 04 2015
Revampd package mocking algorithm to use metaclass. much more eligant than hacking
on the symbol table directly.
0.001 Thu Feb 26 2015