Visual Studio 2010 Not Recognizing Unit Test

Posted by jmease on Stack Overflow See other posts from Stack Overflow or by jmease
Published on 2012-08-29T15:37:26Z Indexed on 2012/08/29 15:38 UTC
Read the original article Hit count: 173

In an existing solution I added a new Test Project. In my Test Project .cs file I have a class decorated with the [TestClass] attribute and a method decorated with the [TestMethod] attribute. I have verified that in Configuration Manager the build check box is checked for the Test Project (as my google search has revealed was the problem for others with this issue). I have set Test Project as my start up project for the solution. When I try to start the test I get "Can not start test project because the project does not contain any tests". I am really new to unit testing. What am I missing?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about unit-testing