Create NUnit test with resharper
I installed Resharper 5 with visual studio 2010 Team system with NUnit. It finds NUnit and shows 2 types of tests in the options开发者_如何学编程: MSTest and NUnit.
I can create a MSTest by right clicking the function. How do I accomplish this same thing but for NUnit?
AFAIK, there's no way to do this automatically.
精彩评论