You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mocha-developer
Hi,
Sometimes I want to make sure some method gets called, but don't want
to change its default behavior (so no returns 'clause')
Is there a way to do this?
Thanks,
Mathijs
Duncan Beevers
unread,
Oct 2, 2008, 1:31:23 PM10/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mocha-d...@googlegroups.com
Mocha currently has no provision for this type of mock proxy, though it has been discussed before.
For an example implementation have a look at Brian Takita's RR.