-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit.xml
35 lines (35 loc) · 2.07 KB
/
unit.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
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite id="0" name="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/components/Table.test.js" errors="0" package="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/components/Table.test.js" hostname="localhost" tests="4" failures="0" time="0.737" timestamp="2019-12-05T22:36:23">
<properties>
</properties>
<testcase classname="TableComponent" name="check date comparison" time="0">
</testcase>
<testcase classname="TableComponent" name="check name comparison" time="0">
</testcase>
<testcase classname="TableComponent" name="check number of rows rendered" time="0">
</testcase>
<testcase classname="TableComponent" name="check random row for sort by name" time="0">
</testcase>
<system-out/>
<system-err/>
</testsuite>
<testsuite id="1" name="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/components/Radio.test.js" errors="0" package="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/components/Radio.test.js" hostname="localhost" tests="2" failures="0" time="0.087" timestamp="2019-12-05T22:36:24">
<properties>
</properties>
<testcase classname="RadioComponent" name="check if radio state changes by name" time="0">
</testcase>
<testcase classname="RadioComponent" name="check if radio state changes by age" time="0">
</testcase>
<system-out/>
<system-err/>
</testsuite>
<testsuite id="2" name="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/App.test.js" errors="0" package="/Users/wilk/Projects/mine/coding-challenges/nixa/react--birthday-records-d07o2igta9p/src/App.test.js" hostname="localhost" tests="1" failures="0" time="0.079" timestamp="2019-12-05T22:36:24">
<properties>
</properties>
<testcase classname="AppComponent" name="check if parameterState changes" time="0">
</testcase>
<system-out/>
<system-err/>
</testsuite>
</testsuites>