I am looking for samples (s) that demonstrate different types of unit tests in C # using best practices. I also need examples for using Visual Studio testing tools. I know that there are many books and web sources on unit testing, but they don't use Visual Studio tools to write unit tests. I do not want really basic examples, for example, to be found here . I want to go to the next level of unit testing, and I cannot find additional unit testing examples that use Visual Studio 2010 or even VS 2008.
EDIT: to be more clear; I am working on a project where I should use the testing tools built into Visual Studio. I am not looking for information about any third-party testing tools.
source
share