-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathjunit.xml
69 lines (69 loc) · 5.24 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="22" failures="0" errors="0" time="1.693">
<testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.057" tests="1">
<testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.006">
</testcase>
</testsuite>
<testsuite name="PSTFolder tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.068" tests="2">
<testcase classname="PSTFolder tests should have a root folder" name="PSTFolder tests should have a root folder" time="0.013">
</testcase>
<testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.023">
</testcase>
</testsuite>
<testsuite name="PSTObject tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.084" tests="1">
<testcase classname="PSTObject tests should have basic attributes" name="PSTObject tests should have basic attributes" time="0.044">
</testcase>
</testsuite>
<testsuite name="PSTRecipient tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.105" tests="1">
<testcase classname="PSTRecipient tests should have email messages" name="PSTRecipient tests should have email messages" time="0.05">
</testcase>
</testsuite>
<testsuite name="PSTMessage tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.114" tests="2">
<testcase classname="PSTMessage tests should have email messages" name="PSTMessage tests should have email messages" time="0.032">
</testcase>
<testcase classname="PSTMessage tests should have email message which uses block skip points" name="PSTMessage tests should have email message which uses block skip points" time="0.014">
</testcase>
</testsuite>
<testsuite name="PSTTask tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.162" tests="2">
<testcase classname="PSTTask tests should have a Tasks folder" name="PSTTask tests should have a Tasks folder" time="0.004">
</testcase>
<testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.01">
</testcase>
</testsuite>
<testsuite name="PSTActivity tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.165" tests="2">
<testcase classname="PSTActivity tests should have a Journal folder" name="PSTActivity tests should have a Journal folder" time="0.004">
</testcase>
<testcase classname="PSTActivity tests root folder should have a journal entry" name="PSTActivity tests root folder should have a journal entry" time="0.009">
</testcase>
</testsuite>
<testsuite name="PSTAppointment tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.188" tests="2">
<testcase classname="PSTAppointment tests should have a Calendar folder" name="PSTAppointment tests should have a Calendar folder" time="0.003">
</testcase>
<testcase classname="PSTAppointment tests should have two calendar items" name="PSTAppointment tests should have two calendar items" time="0.017">
</testcase>
</testsuite>
<testsuite name="RecurrencePattern tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.199" tests="2">
<testcase classname="RecurrencePattern tests should have a Calendar folder" name="RecurrencePattern tests should have a Calendar folder" time="0.004">
</testcase>
<testcase classname="RecurrencePattern tests should have repeating events" name="RecurrencePattern tests should have repeating events" time="0.025">
</testcase>
</testsuite>
<testsuite name="PSTContact tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.199" tests="2">
<testcase classname="PSTContact tests should have a Contact folder" name="PSTContact tests should have a Contact folder" time="0.004">
</testcase>
<testcase classname="PSTContact tests should have a contact with several fields" name="PSTContact tests should have a contact with several fields" time="0.019">
</testcase>
</testsuite>
<testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.396" tests="5">
<testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.092">
</testcase>
<testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.054">
</testcase>
<testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.053">
</testcase>
<testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.053">
</testcase>
<testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.058">
</testcase>
</testsuite>
</testsuites>