Search code examples
visual-studio-2008mstest

Is it possible to have multiple 'TestClass'es in MSTest?


I'm trying to write unit tests in MSTest and I've created two TestClasses. When I look at the Test List Editor, the only tests that are shown are the ones that appear in one of the classes.

I can't figure out how to get tests from both of these classes to run. Any ideas?


Solution

  • It seemed like cleaning the solution, closing Visual Studio, deleting all the TestResults, deleting the .vsmdi file, and deleting the .ncb file and rebuilding the solution have fixed the problem.