ReSharper run all unit tests in a project or solution at once

后端 未结 7 1071
生来不讨喜
生来不讨喜 2021-01-07 17:12

I am inside the IDE and I can run all the unit tests in a file but is there any way to run all test in a project or solution at once?

7条回答
  •  甜味超标
    2021-01-07 17:57

    It may be that your unit tests are not fully detected within Unit Test explorer. In that case, restarting Visual Studio helped resolve that problem.

提交回复
热议问题