如何为 Resharper 或 TeamCity 测试运行程序设置 TraceOutputOptions
我在我的应用程序中使用了大量的跟踪。我通过 app.config 将跟踪选项设置为在代码中包含 TraceOptions.DateTime。
但是当我通过 Resharper 或 Teamcity 运行单元测试时,我看不到日期时间。
如何为 Resharper 或 TeamCity NUnit 测试运行程序设置 TraceOutputOptions?
I am using lots of Tracing throughout my app. I have trace options set to include TraceOptions.DateTime either in code of via the app.config.
But when I run unit tests via Resharper or Teamcity I don't see the DateTime.
How can I set the TraceOutputOptions for the Resharper or TeamCity NUnit test runners?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了这个基于代码的解决方案:
Found this code-based solution: