从 Gallio 获取要显示的控制台输出xunit网
以前,当使用 xunit.net / testdriven.net 执行单元测试时,我可以看到写入控制台的输出(通过 Console.WriteLine)显示在输出窗口中。
我现在使用 Gallio TestDriven.Net 运行程序来执行 xunit.net 测试(Gallio TestDriven.Net Runner - 版本 3.0.6 build 787) - 我发现它不再捕获控制台输出。
Gallio 看起来非常可配置,这是可以启用的吗?
Previously when executing unit tests with xunit.net / testdriven.net I could see output written to the console (via Console.WriteLine) displayed in the output window.
I'm now using the Gallio TestDriven.Net runner to execute xunit.net tests (Gallio TestDriven.Net Runner - Version 3.0.6 build 787) - and I'm finding it no longer captures the console output.
Gallio appears pretty configurable, is this something that can be enabled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在 Gallio v3.1 中已修复。
This is fixed in Gallio v3.1.