Can you recoment a book on on Unit Testing and TDD for C# with at least some treatment of Mock Objects?
I have seen this question but it does not seem to mention mocking.
Have a look at Growing Object-Oriented Software, Guided by Tests by Steve Freeman and Nat Pryce - a work in progress, but free online. The code examples are in java, which shouldn't be a problem if you're a C# developer, and does focus extensively on Mocks.
2.1m questions
2.1m answers
60 comments
57.0k users