I really like restarting TestDriven. This is great for troubleshooting, setting breakpoints, running tests, making changes, restarting, etc. If the last time you ran the test, you had it "Test with> Coverage" or "Test with> Debugger", then the parameter that it uses to repeat.
The nearest Resharper approaches Resharper_UnitTest_RunCurrentSession , which will be launched depending on which tab is selected in the Unit Test Sessions window. It will not repeat the last test mode (run or debug) or run only those tests from the session that were performed in the previous time.
You can bind a keyboard shortcut to Resharper_UnitTest_RunCurrentSession using the tools> Options ...> Environment (section)> Keyboard (section). The full name of the Resharper.Resharper_UnitTest_RunCurrentSession team.
Adding it to the context menu is different for Studio 2008 and Studio 2010, but both of them start with Tools> Customize.
Update for R # 6: Now there is the ReSharper.ReSharper_UnitTestSession_RepeatPreviousRun command, which does exactly what we hope.
source share