vote up 3 vote down star
5

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

flag

20% accept rate

5 Answers

vote up 8 vote down

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

Pragmatic Unit Testing in C#

link|flag
vote up 5 vote down

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

link|flag
vote up 2 vote down

There are lots of documents on the nmock web site:

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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