|
From: <jb...@bu...> - 2004-03-19 07:08:59
|
Hi!
I just wrote an expectCallCount that would always fail, finding 0 calls.
When I changed the mock to a partial mock, the test suddenly passed. the
only change was from "Mock::generate('DataAccess')" to
"Mock::generatePartial('DataAccess', 'MockDataAccess',
array('nextRow'))" (the callcount was on 'nextRow')...
Thoughts?
Jochen Buennagel
|