开发者

Run all test in file with ReSharper 5.x and VS2010

Is there a way I can tell the R# (5.x) test runner to run all the MSpec specs in the current file?

Something like the Ctrl+R + Ctrl+T shortcut of the Visual Studio test runner is what I'm after, be it a shortcut or a context menu开发者_StackOverflow command.


Doesn't the menu item ReSharper -> Unit Tests -> Run Unit Tests do what you want to? When your cursor is placed between two tests methods, it will run all tests in the current class. When your cursor is placed outside a test class, it will run all tests in the current file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜