-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
27 lines (27 loc) · 1.83 KB
/
junit.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="9" failures="0" time="8.144">
<testsuite name="combineClass函数" errors="0" failures="0" skipped="0" timestamp="2019-04-06T02:47:00" time="6.132" tests="6">
<testcase classname="combineClass函数 接受1个className" name="combineClass函数 接受1个className" time="0.006">
</testcase>
<testcase classname="combineClass函数 接受2个className" name="combineClass函数 接受2个className" time="0.001">
</testcase>
<testcase classname="combineClass函数 接受unfined的className" name="combineClass函数 接受unfined的className" time="0.001">
</testcase>
<testcase classname="combineClass函数 接受中文的className" name="combineClass函数 接受中文的className" time="0">
</testcase>
<testcase classname="combineClass函数 不接受className" name="combineClass函数 不接受className" time="0.001">
</testcase>
<testcase classname="combineClass函数 接受false,undefined, null的className" name="combineClass函数 接受false,undefined, null的className" time="0">
</testcase>
</testsuite>
<testsuite name="第一个测试用例" errors="0" failures="0" skipped="0" timestamp="2019-04-06T02:47:06" time="0.275" tests="1">
<testcase classname="第一个测试用例 1+2等于3" name="第一个测试用例 1+2等于3" time="0.002">
</testcase>
</testsuite>
<testsuite name="<Icon />" errors="0" failures="0" skipped="0" timestamp="2019-04-06T02:47:06" time="0.747" tests="2">
<testcase classname="<Icon /> renders icon component" name="<Icon /> renders icon component" time="0.013">
</testcase>
<testcase classname="<Icon /> icon component click events" name="<Icon /> icon component click events" time="0.037">
</testcase>
</testsuite>
</testsuites>