简体   繁体   中英

Sample project with unit test

Is there a project online that I can download and study that covers unit testing (Nunit or VS)? I'm new to unit testing and thought it could be helpful to learn by real example.

罗伊Osherove也有他的博客上一些有用的信息: osherove.com ,尤其是在卡塔部分。

There are multiple samples installed with NUnit already.

See the list of NUnit samples .

Sharp Architectue's Northwind sample project has NUnit tests

Their Who-Can-Help-Me sample project has MSpec tests

There are really tons of projects out there with nunit tests, go to github, or bitbucket, or codeplex and search for "nunit".

A bit of unsolicited advice: once you get the very basics, don't bother with the visual studio MSTest. It really has some weirdness that makes it a nightmare to work with. A bit more unsolicited advice: to run non-MSTests from within visual studio TestDriven.Net is indispensable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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