ReSharper的运行一个项目或解决方案所有的单元测试一次

ReSharper的运行一个项目或解决方案所有的单元测试一次

本文介绍了ReSharper的运行一个项目或解决方案所有的单元测试一次的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的IDE中,我可以运行在一个文件中的所有单元测试,但有什么办法来运行项目中的所有测试或解决方案一次?

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?

推荐答案

右键单击在VS解决方案资源管理器中的项目或解决方案,并选择运行单元测试还是去ReSharper的菜单,选择单元测试,并选择其中一个选项从那里

Right click on the project or solution in the VS solution-explorer and choose 'Run Unit Tests' Or go to the Resharper menu, choose Unit-Testing and choose one of the options from there.

这篇关于ReSharper的运行一个项目或解决方案所有的单元测试一次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 01:11