mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 20:52:47 -05:00
5
testdata/32-failed-summary.txt
vendored
Normal file
5
testdata/32-failed-summary.txt
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
=== RUN TestOne
|
||||
--- PASS: TestOne (0.00s)
|
||||
PASS
|
||||
panic: panic
|
||||
FAIL github.com/jstemmer/test/failedsummary 0.005s
|
12
testdata/32-report.xml
vendored
Normal file
12
testdata/32-report.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites>
|
||||
<testsuite tests="2" failures="1" time="0.005" name="github.com/jstemmer/test/failedsummary">
|
||||
<properties>
|
||||
<property name="go.version" value="1.0"></property>
|
||||
</properties>
|
||||
<testcase classname="failedsummary" name="TestOne" time="0.000"></testcase>
|
||||
<testcase classname="failedsummary" name="Failure" time="0.000">
|
||||
<failure message="Failed" type="">panic: panic</failure>
|
||||
</testcase>
|
||||
</testsuite>
|
||||
</testsuites>
|
Reference in New Issue
Block a user