up vote 3 down vote favorite
6
share [g+] share [fb]

Is there any good book or material which covers C# unit testing using mocks in depth?

link|improve this question

22% accept rate
feedback

5 Answers

There is a rather good book describing how to use NUnit and NMock to do C# unit testing:

Pragmatic Unit Testing in C#

link|improve this answer
feedback

How about The Art of Unit Testing. This is .NET specific, and should be fairly up to date.

link|improve this answer
feedback

There are lots of documents on the nmock web site:

http://www.nmock.org/tutorial.html http://www.nmock.org/advanced.html

link|improve this answer
feedback

Extreme Programming Adventures in C# is well rated and deals with Mock Objects. It could be a bit outdated (current edition is 2004).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.