AboutTestdriven. netOfArticleA lot. I have a detailed description. I don't know how to run a unit test.ProgramDebugging is too troublesome, so I found the relevant tool.
- Download:Http://www.testdriven.net/downloads/TestDriven.NET-2.22.2468_Personal.zipThe Personal Edition, Professional Edition, and Enterprise Edition all require money ...... Official Website:Http://www.testdriven.net
Disable Visual Studio during installation.
2. UseTestdriven. netThis function is used to test the library. It seems that the library cannot be tested in the website project.
- Run test (s): The result of the method is displayed in the "output" window, so remember to open the "output" window.
- Using test with: debugger will compile the class library and stay runningBreakpoint.
That is to say, such libraries can debug classes and methods without the need for the host Program.
- For other details, see other materials... I don't want to copy --- paste ....
3. Other materials: http://www.testdriven.net/quickstart.aspx (Official Quick Start)
Http://www.cnblogs.com/stan0714/archive/2009/01/12/1374004.html
Http://www.cnblogs.com/Terrylee/archive/2007/01/19/625162.html