Hi everyone,
I'm interested in adding some tests to my code. I write primarily in C#, but I'm having difficulty finding examples for unit testing that aren't trivial (i.e. unit test a function to capitalize a string). Does anyone know of a good book that explains how to write unit tests for non-trivial examples in c#? I've seen the pragmatic programmer, but that's kind of dated as unit testing has only recently come into vogue and its from 2005. Thanks for any help.