views:

89

answers:

4

I'm writing Master's thesis. I nead some open source projects (written in C#) with unit tests (NUnit or MSTest) for my experiments. Anyone knows, where can I download these projects?

+1  A: 

Check out codeplex.com

Andrew Church
A: 

Did you look at the MSDN documentation concerning unit testing? There's a walkthrough that might be handy.

spender
It sounds like the OP is trying to perform some research based on existing implementations of unit test suites. (as opposed to trying to learn what unit testing is all about)
Kirk Woll
+2  A: 

ASP.Net MVC source code from Microsoft
Sharp Architecture is a good reference architecture for ASP.Net MVC.
Microsoft Spain has a released a reference atchitecture with unit testing using Pex and Moles.

All the above projects have extensive well written unit tests.

Pratik
+1  A: 

We also often use: Data Structures and Algorithms, QuickGraph, KBCsv, Codekicker.BBCode

Peli