When I go to run the tests from a specific test assembly either by pressing Ctrl R + C or Ctrl R + T, Visual Studio decides to run all of the tests in solution.
When I run all of the tests in the solution, Visual Studio runs every test except the tests in this specific assembly.
Is there a way to persuade Visual Studio that the contents of this assembly are actually tests and that it should execute them?