Spec. for JUnit XML Output

Where can I find the specification of JUnit's XML output. My goal is to write a UnitTest++ XML reporter which produced JUnit like output.

See: "Unable to get hudson to parse JUnit test output XML" and "Hudson, C++ and UnitTest++"


你可以在https://github.com/windyroad/JUnit-Schema找到一个基于Apache Ant 1.8.2代码的XSD


The xml output is not generated by JUnit (at least, not the junit.jar), but by the junit ant task.
The relevant class is org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.


我在http://ant.1045680.n5.nabble.com/schema-for-junit-xml-output-td1375274.html发现了一些非正式的规范

链接地址: http://www.djcxy.com/p/64262.html

上一篇: 如何使用电子邮件获得Junit测试结果

下一篇: 规格。 用于JUnit XML输出