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
Post a Comment