From: Barry K. <bk...@in...> - 2003-05-21 22:46:56
|
Tim Mackinnon wrote: > Barry - I sent you an earlier message on this list that documented how to do > this... did you lose it? Hmm. Maybe, I'll have to look. > Yes its not in the box, but its pretty trivial to do call count stuff...? > All mocks take a callfactory - its like a policy. Just override the policy > and create your own mock as per that email. >>I don't see how to do this with 0.9 as the Mock is constructed with a >>single implementation of CallableAddable. Am I missing something? My issue was with that a Mock takes only a /single/ callfactory. But maybe its a non-issue. Let me play some more. I'm deep into converting a bunch of tests, so I should learn much. thanks! |