Resharper and Test categories

匆匆过客 提交于 2019-12-10 13:45:04

问题


In TestDriven.Net I can set the following from the TestDriven.Net Options Pane

  1. Run tests in all categories
  2. Exclude tests in categories
  3. Include tests in categories

and they will be set once where I can add a comma seperated list. See http://weblogs.asp.net/nunitaddin/archive/2008/12/03/testdriven-net-options-pane.aspx

Can this be done in resharper where I only have to do this once and it applies accross all sessions even when I close a session down?


回答1:


It doesn't look like there's a way to filter by category right now. However, in the Unit Test Sessions view, the tests can be "Group By: Categories" and then you could select only the categories you wanted to run. Doesn't look like there's a way to do this across all sessions though.

This seems like a good feature to have - a few days ago the resharper twitter account posted:

We have branched! 5 will focus on Optimization and Fixes. vNext will aim for EAP in Summer. Want some feature? Good time to let us know!



来源:https://stackoverflow.com/questions/2379262/resharper-and-test-categories

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!