I'm admittedly new to unit testing in VS2010, but I have a problem that I cannot solve.
No matter how many classes I have in a test project decorated [TestClass], or how many methods in these test classes are decorated [TestMethod]. Whenever I run all the tests in a solution. only one test runs. and he passes. everyone else is ignored.
Is there some basic list that I have to update? If so, where is it !?
Thank!
source
share