<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=QA%2FxUnit_XML_Template</id>
	<title>QA/xUnit XML Template - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=QA%2FxUnit_XML_Template"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=QA/xUnit_XML_Template&amp;action=history"/>
	<updated>2026-04-23T15:34:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=QA/xUnit_XML_Template&amp;diff=23125&amp;oldid=prev</id>
		<title>Benjamin: Benjamin moved page QA/JUnit XML Template to QA/xUnit XML Template: JUnit is Java specific, xUnit is the overall standard.</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=QA/xUnit_XML_Template&amp;diff=23125&amp;oldid=prev"/>
		<updated>2017-01-19T17:44:37Z</updated>

		<summary type="html">&lt;p&gt;Benjamin moved page &lt;a href=&quot;/wiki/QA/JUnit_XML_Template&quot; class=&quot;mw-redirect&quot; title=&quot;QA/JUnit XML Template&quot;&gt;QA/JUnit XML Template&lt;/a&gt; to &lt;a href=&quot;/wiki/QA/xUnit_XML_Template&quot; title=&quot;QA/xUnit XML Template&quot;&gt;QA/xUnit XML Template&lt;/a&gt;: JUnit is Java specific, xUnit is the overall standard.&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:44, 19 January 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Benjamin</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=QA/xUnit_XML_Template&amp;diff=21585&amp;oldid=prev</id>
		<title>Benjamin: Created page with &quot;This JUnit XML template is based on Dirk Jagdmann&#039;s [http://llg.cubic.org/docs/junit/ specification]  &lt;pre&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;!-- a description of the JU...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=QA/xUnit_XML_Template&amp;diff=21585&amp;oldid=prev"/>
		<updated>2016-11-22T21:29:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This JUnit XML template is based on Dirk Jagdmann&amp;#039;s [http://llg.cubic.org/docs/junit/ specification]  &amp;lt;pre&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- a description of the JU...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This JUnit XML template is based on Dirk Jagdmann&amp;#039;s [http://llg.cubic.org/docs/junit/ specification]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!-- a description of the JUnit XML format and how Jenkins parses it. See also junit.xsd --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- if only a single testsuite element is present, the testsuites&lt;br /&gt;
     element can be omitted. All attributes are optional. --&amp;gt;&lt;br /&gt;
&amp;lt;testsuites disabled=&amp;quot;&amp;quot; &amp;lt;!-- total number of disabled tests from all testsuites. --&amp;gt;&lt;br /&gt;
            errors=&amp;quot;&amp;quot;   &amp;lt;!-- total number of tests with error result from all testsuites. --&amp;gt;&lt;br /&gt;
            failures=&amp;quot;&amp;quot; &amp;lt;!-- total number of failed tests from all testsuites. --&amp;gt;&lt;br /&gt;
            name=&amp;quot;&amp;quot;&lt;br /&gt;
            tests=&amp;quot;&amp;quot;    &amp;lt;!-- total number of successful tests from all testsuites. --&amp;gt;&lt;br /&gt;
            time=&amp;quot;&amp;quot;     &amp;lt;!-- time in seconds to execute all test suites. --&amp;gt;&lt;br /&gt;
	    &amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- testsuite can appear multiple times, if contained in a testsuites element.&lt;br /&gt;
       It can also be the root element. --&amp;gt;&lt;br /&gt;
  &amp;lt;testsuite name=&amp;quot;&amp;quot;      &amp;lt;!-- Full (class) name of the test for non-aggregated testsuite documents.&lt;br /&gt;
                               Class name without the package for aggregated testsuites documents. Required --&amp;gt;&lt;br /&gt;
	     tests=&amp;quot;&amp;quot;     &amp;lt;!-- The total number of tests in the suite, required. --&amp;gt;&lt;br /&gt;
	     disabled=&amp;quot;&amp;quot;  &amp;lt;!-- the total number of disabled tests in the suite. optional --&amp;gt;&lt;br /&gt;
             errors=&amp;quot;&amp;quot;    &amp;lt;!-- The total number of tests in the suite that errored. An errored test is one that had an unanticipated problem,&lt;br /&gt;
                               for example an unchecked throwable; or a problem with the implementation of the test. optional --&amp;gt;&lt;br /&gt;
             failures=&amp;quot;&amp;quot;  &amp;lt;!-- The total number of tests in the suite that failed. A failure is a test which the code has explicitly failed&lt;br /&gt;
                               by using the mechanisms for that purpose. e.g., via an assertEquals. optional --&amp;gt;&lt;br /&gt;
             hostname=&amp;quot;&amp;quot;  &amp;lt;!-- Host on which the tests were executed. &amp;#039;localhost&amp;#039; should be used if the hostname cannot be determined. optional --&amp;gt;&lt;br /&gt;
	     id=&amp;quot;&amp;quot;        &amp;lt;!-- Starts at 0 for the first testsuite and is incremented by 1 for each following testsuite --&amp;gt;&lt;br /&gt;
	     package=&amp;quot;&amp;quot;   &amp;lt;!-- Derived from testsuite/@name in the non-aggregated documents. optional --&amp;gt;&lt;br /&gt;
	     skipped=&amp;quot;&amp;quot;   &amp;lt;!-- The total number of skipped tests. optional --&amp;gt;&lt;br /&gt;
	     time=&amp;quot;&amp;quot;      &amp;lt;!-- Time taken (in seconds) to execute the tests in the suite. optional --&amp;gt;&lt;br /&gt;
	     timestamp=&amp;quot;&amp;quot; &amp;lt;!-- when the test was executed in ISO 8601 format (2014-01-21T16:17:18). Timezone may not be specified. optional --&amp;gt;&lt;br /&gt;
	     &amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!-- Properties (e.g., environment settings) set during test&lt;br /&gt;
	 execution. The properties element can appear 0 or once. --&amp;gt;&lt;br /&gt;
    &amp;lt;properties&amp;gt;&lt;br /&gt;
      &amp;lt;!-- property can appear multiple times. The name and value attributres are required. --&amp;gt;&lt;br /&gt;
      &amp;lt;property name=&amp;quot;&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/properties&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!-- testcase can appear multiple times, see /testsuites/testsuite@tests --&amp;gt;&lt;br /&gt;
    &amp;lt;testcase name=&amp;quot;&amp;quot;       &amp;lt;!-- Name of the test method, required. --&amp;gt;&lt;br /&gt;
	      assertions=&amp;quot;&amp;quot; &amp;lt;!-- number of assertions in the test case. optional --&amp;gt;&lt;br /&gt;
	      classname=&amp;quot;&amp;quot;  &amp;lt;!-- Full class name for the class the test method is in. required --&amp;gt;&lt;br /&gt;
	      status=&amp;quot;&amp;quot;&lt;br /&gt;
	      time=&amp;quot;&amp;quot;       &amp;lt;!-- Time taken (in seconds) to execute the test. optional --&amp;gt;&lt;br /&gt;
	      &amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- If the test was not executed or failed, you can specify one&lt;br /&gt;
           the skipped, error or failure elements. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- skipped can appear 0 or once. optional --&amp;gt;&lt;br /&gt;
      &amp;lt;skipped/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- Indicates that the test errored. An errored test is one&lt;br /&gt;
           that had an unanticipated problem. For example an unchecked&lt;br /&gt;
           throwable or a problem with the implementation of the&lt;br /&gt;
           test. Contains as a text node relevant data for the error,&lt;br /&gt;
           for example a stack trace. optional --&amp;gt;&lt;br /&gt;
      &amp;lt;error message=&amp;quot;&amp;quot; &amp;lt;!-- The error message. e.g., if a java exception is thrown, the return value of getMessage() --&amp;gt;&lt;br /&gt;
	     type=&amp;quot;&amp;quot;    &amp;lt;!-- The type of error that occured. e.g., if a java execption is thrown the full class name of the exception. --&amp;gt;&lt;br /&gt;
	     &amp;gt;&amp;lt;/error&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- Indicates that the test failed. A failure is a test which&lt;br /&gt;
	   the code has explicitly failed by using the mechanisms for&lt;br /&gt;
	   that purpose. For example via an assertEquals. Contains as&lt;br /&gt;
	   a text node relevant data for the failure, e.g., a stack&lt;br /&gt;
	   trace. optional --&amp;gt;&lt;br /&gt;
      &amp;lt;failure message=&amp;quot;&amp;quot; &amp;lt;!-- The message specified in the assert. --&amp;gt;&lt;br /&gt;
	       type=&amp;quot;&amp;quot;    &amp;lt;!-- The type of the assert. --&amp;gt;&lt;br /&gt;
	       &amp;gt;&amp;lt;/failure&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- Data that was written to standard out while the test was executed. optional --&amp;gt;&lt;br /&gt;
      &amp;lt;system-out&amp;gt;&amp;lt;/system-out&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- Data that was written to standard error while the test was executed. optional --&amp;gt;&lt;br /&gt;
      &amp;lt;system-err&amp;gt;&amp;lt;/system-err&amp;gt;&lt;br /&gt;
    &amp;lt;/testcase&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!-- Data that was written to standard out while the test suite was executed. optional --&amp;gt;&lt;br /&gt;
    &amp;lt;system-out&amp;gt;&amp;lt;/system-out&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Data that was written to standard error while the test suite was executed. optional --&amp;gt;&lt;br /&gt;
    &amp;lt;system-err&amp;gt;&amp;lt;/system-err&amp;gt;&lt;br /&gt;
  &amp;lt;/testsuite&amp;gt;&lt;br /&gt;
&amp;lt;/testsuites&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Benjamin</name></author>
	</entry>
</feed>