Shawn Mclean
Shawn Mclean

Reputation: 57479

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?

Upvotes: 1

Views: 369

Answers (1)

Sascha
Sascha

Reputation: 2211

AFAIK, there's no way to do this automatically.

Upvotes: 1

Related Questions