-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestresults.xml
More file actions
29 lines (29 loc) · 1008 Bytes
/
testresults.xml
File metadata and controls
29 lines (29 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<testsuites disabled="0"
errors="0"
failed="1"
name="tests"
time="30">
<testsuite name="product.tests"
tests="2"
disabled="0"
errors="0"
failures="1"
id="0"
time="30">
<testcase name="product.tests.test1"
classname="product.tests.test1"
time="15">
<failure message="unexpected value for property x"
type="exception">
</failure>
<system-out>running test...</system-out>
<system-err>exception: unexpected value for property x</system-err>
</testcase>
<testcase name="product.tests.test2"
classname="product.tests.test2"
time="15">
<system-out>running test...</system-out>
</testcase>
</testsuite>
</testsuites>