Execute only one unit test while debugging in Visual Studio 2008

后端 未结 6 1079
梦毁少年i
梦毁少年i 2020-12-29 21:09

Is there a way to select which TestMethods you want to execute in Visual Studio 2008 Unit Test project while debugging? I want to debug one particular test without having m

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 21:32

    Like Will mentioned, you can use test lists for all kinds of "test herding" scenarios, as each unit test in a solution can be a member of zero-or-more test lists and you can create a tree of test lists in Test -> Windows -> Test List Editor.

提交回复
热议问题