Wackiest Mocking Strategy?
I am starting to see a lot more refernces to Rhino Mocks in blogs and articles, which is really great. What is interesting is that I get to see a lot of mocking related code (either on the Rhino Mocks list or directly). People are doing some crazy stuff with Rhino Mocks, things I never imagined that they would do.
What is the strangest thing that you ever used a mock object for?
For myself, I used it to implement an in memory database based on expectations matching the results to a query. (And if you can't figure that out, I am glad, talk about trying to grok that.)

Comments
Comment preview