Can VS2010 generate NunitTest cases?
There is option of Create Unit Tests in VS2010. It creates a separate test project and uses MS test frame work. Is it possible for configure VS to use Nunit framework to开发者_C百科 create unit test cases?
From what i know Visual Studio generates only MSTests. But there are many commercial tools (You can always evaluate :)) which are quite helpful. For example:
- Other topic
- Parasoft dotTEST
Probably by your own You will find few more.
精彩评论