Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道在任何地方都有一个 dll/runner 可以从 NUnit 测试套件返回 TAP 输出吗?
对我来说似乎不太可能,因为存在阻抗不匹配。TAP 对 NUnit 所谓的测试没有概念,TAP 所谓的测试通常对应于 NUnit 断言,但并不精确。所以我不确定你要找的东西是如何工作的。(但也许启发式方法可以很好地工作。)
至少,每次 TestFixture 运行的简单通过/失败将允许输出被吸收到其他 TAP 结果中以汇总结果/报告。将xml报告转换成TAP可能就像xslt一样简单