自动打印/保存 NUnit XML 输出
我已经设置了一些 Nunit 测试来验证我的 .net v2 应用程序中的统计公式,对于公司记录,我需要有此输出的打印副本。 有人知道 NUnit 中有任何命令可以自动将 XML 打印到默认打印机吗?
如果无法打印,保存到文件夹可能对我们有用。
提前致谢
I've setup some Nunit tests for validating my statistical formulas within my .net v2 application, for company records i need to have a printed copy of this output. Is anyone aware of any commands in NUnit to automatically print the XML to default printer?
If printing isn't possible saving to a folder may work for us.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NUnit 控制台自动以 xml 形式给出结果。 要在 xml 文件中声明您自己的名字,您需要执行以下操作:
The NUnit console automatically gives the results as xml. To state your own name on the xml file, this is what you need to do: