How to mock methods with lambda as parameter
I'm new to mocking, I have a 开发者_StackOverflowmethod which takes a lambda as a parameter, how can I mock it using Rhino Mocks? Thanks.
These may help you:
https://stackoverflow.com/questions/90851/is-it-just-me-or-are-interfaces-overused
Mocking method results
精彩评论