Cannot execute newly created TestMethod in VS2010
Posted
by FrontSvin
on Stack Overflow
See other posts from Stack Overflow
or by FrontSvin
Published on 2010-05-27T09:01:00Z
Indexed on
2010/05/27
9:01 UTC
Read the original article
Hit count: 132
unit-testing
|visual-studio-2010
When I try to run a new TestMethod on an existing TestClass in Visual Studio 2010 (by right-clicking on the method name and choosing Run Tests) the test method does not execute. After a restart of VS, the problem has gone.
Am I missing some refresh thing, or is right-clicking even the correct way of executing a single test method?
© Stack Overflow or respective owner