views:

76

answers:

1

Hi, I'm new to mocking, I have a method which takes a lambda as a parameter, how can I mock it using Rhino Mocks? Thanks.

A: 

These may help you:

http://stackoverflow.com/questions/90851/is-it-just-me-or-are-interfaces-overused

http://stackoverflow.com/questions/90657/mocking-method-results

Jotham
Thanks for your help
ryudice
Well that wasnt really what I was looking for, anybody else has any comments?
ryudice