unit testing - Visual Studio Cannot Scan/Find MSTest Methods -


i converted project nunit tests, had mstests instead. compiles, , when right click on project, can select "run unit tests." works, , tests execute successfully.

however, cannot see tests in either "test list editor" or "test view." i've tried:

  • selecting "refresh" button in both lists
  • rebuilding solution
  • re-starting visual studio
  • activated background discovery (i have vs 2010 sp1, , resharper)

none of these, alone or in combination, has worked. else can tried, force visual studio recognize these tests?

the answer, found, must convert class library mstest project.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -