如何将一些Visual Studio 2010键绑定映射到nunit的DEBUG和RUN命令?

Pur*_*ome 1 resharper nunit mstest key-bindings visual-studio-2010

Visual Studio有两个默认的键绑定用于单元测试: -

CTRL-R then CTRL-T : Debug the current unit test 'context' 
                     (ie where the cursor is currently flashing).

CTRL-R then T : Run the current unit test 'context' (as above).
Run Code Online (Sandbox Code Playgroud)

如何重新绑定这些以使用nUnit?目前,他们只支持MSTest.

我也安装了ReSharper,如果有任何帮助的话.

我通过NuGet获取nUnit.我不通过一些msi,fwiw手动安装nUnit.

Raf*_*ler 5

我在工具 - >选项 - >环境 - >键盘上得到了这个

Theres 2 resharper命令,搜索contextrun并分配Ctrl + R,T和contextdebug并分配Ctrl + R,Ctrl + T