File: 032-report.xml

package info (click to toggle)
golang-github-jstemmer-go-junit-report 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: xml: 975; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="2" errors="1">
	<testsuite name="github.com/jstemmer/test/failedsummary" tests="2" failures="0" errors="1" id="0" hostname="hostname" time="0.005" timestamp="2022-01-01T00:00:00Z">
		<properties>
			<property name="go.version" value="1.0"></property>
		</properties>
		<testcase name="TestOne" classname="github.com/jstemmer/test/failedsummary" time="0.000"></testcase>
		<testcase name="Failure" classname="github.com/jstemmer/test/failedsummary" time="0.000">
			<error message="Runtime error"><![CDATA[panic: panic]]></error>
		</testcase>
	</testsuite>
</testsuites>