自动打印/保存 NUnit XML 输出

发布于 2024-07-27 00:49:26 字数 156 浏览 1 评论 0原文

我已经设置了一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

洛阳烟雨空心柳 2024-08-03 00:49:26

NUnit 控制台自动以 xml 形式给出结果。 要在 xml 文件中声明您自己的名字,您需要执行以下操作:

nunit-console /xml:someFileNameHere.xml yourFileWithNUnitTestsHere.dll

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:

nunit-console /xml:someFileNameHere.xml yourFileWithNUnitTestsHere.dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文