Execute only one unit test while debugging in Visual Studio 2008

后端 未结 6 1120
梦毁少年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:29

    Click on a test method name, then press Ctrl+R, Ctrl+T. (Or go to Test / Debug / Tests in Current Context.)

提交回复
热议问题