Interestingly, someone ran into this problem where the MSTest Unit Test is not displayed in the new Unit Test Explorer.
Im is running Windows 7 (32 bit). I downloaded VS11 Developer Preview from the link below. http://www.microsoft.com/download/en/details.aspx?id=27543
I created a sample C # console application and add a test library from the MSTest project template. Then I created a Unit Test sample and rebuilt the solution. When I open the test explorer (View-> OtherWindows-> UnitTest Explorer), I do not see any loaded tests.
I see only a message saying ... "No test was found. Please create a project and make sure that the appropriate adapter for the test platform is installed."
I assume that the MSTest adapter is automatically installed. If not, I don’t even know how to install the adapter.
Something is missing for me here, but I cannot understand. Does anyone have this problem?
Spock source
share