We all know that, with Resharper installed, you can run all tests in your solution by typing ALT+R, U, N *. You can run a single test by placing the cursor in the test method and pressing ALT+R, U, R. How about running all the tests in the current test
Read More...