简体   繁体   English

具有单元测试的C#项目

[英]C# project with unit tests

I'm writing Master's thesis. 我正在写硕士论文。 I nead some open source projects (written in C#) with unit tests (NUnit or MSTest) for my experiments. 我为实验添加了一些带有单元测试(NUnit或MSTest)的开源项目(用C#编写)。 Anyone knows, where can I download these projects? 谁知道,我可以在哪里下载这些项目?

ASP.Net MVC source code from Microsoft Microsoft的ASP.Net MVC源代码
Sharp Architecture is a good reference architecture for ASP.Net MVC. Sharp Architecture是ASP.Net MVC的很好的参考体系结构。
Microsoft Spain has a released a reference atchitecture with unit testing using Pex and Moles. Microsoft西班牙发布了一个参考文献,其中包含使用Pex和Moles进​​行的单元测试。

All the above projects have extensive well written unit tests. 以上所有项目均具有广泛的书面单元测试。

我们还经常使用: 数据结构和算法QuickGraphKBCsvCodekicker.BBCode

退房codeplex.com

Did you look at the MSDN documentation concerning unit testing? 您是否看过有关单元测试的MSDN文档 There's a walkthrough that might be handy. 有一个可能很方便的演练。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM