I cannot run/debug only a single unit test using Ctrl + R, T after installing Resharper 5 (used to be able to do that before). It now runs all of my unit tests. Any idea what is going on?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default, my Visual Studio setup has
CTRL+R, Tmapped to Visual Studio’s built-in test runner. You can manually change the keybindings by going to:Tools -> Options, Environment -> Keyboard… and assign your shortcut preference to one of these commands:
Alternatively, you can run a single unit test by using
ALT+R, U, Rto run a single test orALT+R, U, Dto debug a single test.