c# - Visual Studio 2012 express for Web doesn't run unit tests -
i have c# project created in vs2010 , imported 2012 express (web). when build it, however, unit tests don't run. going test explorer gives me option hit "run all", causes build run again without tests.
thinking may caused import created, in 2012, new project in solution unit test project, simple test (asserting true==false). shows in solution explorer correct icon. however, no amount of building/rebuilding/cleaning has yet caused test run either.
i have update 3 installed, , have changed nothing knowledge affect tests. know what's wrong?
edit: created new solution containing nothing single unit test (for true==false
) runs expected, not vesion of vs problem, don't know other configuration options cause fail in way.
found there configuration files in solution directory causing problems. deleting them fixed issue.
Comments
Post a Comment