Displaying 1 result from an estimated 1 matches for "bruzenak".
2006 Aug 15
0
Mocha - dynamic method calling
Hi Dylan,
See my comments inline.
On 15/08/06, Dylan Bruzenak <dylanb at digitalvalence.com> wrote:
> I had to put in the method() change so that I could do:
>
> phone_book = mock
> phone_book.method(''lookup'').call(''jim'', ''johnson'', ''tx'')
>
> and have it behave as...