Nunit & resharper test runner. How to get if the test is debugged or run
When I finished implementation of the new functionality & implemented new automation test I would like to run all test locally. It takes lots of time. Depending if this is run or debug I would like to use different web driver. How may I check if this is run or debug? I use nunit & resharper test runner.
System.Diagnostics.Debugger.IsAttached
链接地址: http://www.djcxy.com/p/51774.html上一篇: 实施类型推断