Hi all,
Attempting to do TDD, I often need to execute all my tests - in my case a single test project that tests all my assemblies.
Currently I'm selecting the project in solution explorer, then pressing a shortcut to "run all tests in debug mode" (which effects the current selection in solution explorer or in code window).
Can I do this test-all in a single shortcut?
Thanks in advance,
Anders
PS: I'm using resharper and nunit, if that makes any difference...