[Cppunit-devel] XML output
Brought to you by:
blep
From: Jarl F. <ja...@so...> - 2003-09-29 15:44:58
|
Hi. I hope this is the right forum to ask this question. On the CppUnit test page http://cppunit.sourceforge.net/cgi-bin/moin.cgi I see on the feature list that XML output is an possible. After quite some time in the source code I finally figured out how to get XML output from my tester. This was the essential line in the main: runner.setOutputter(new CppUnit::XmlOutputter(&runner.result(), std::cout)); Now I wonder. Does there exist any DTD (or XML shcema) describing the XML output? Is the XML outpur similar to the XML output from JUnit? Jarl |