-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunit.xml
More file actions
31 lines (31 loc) · 2.5 KB
/
unit.xml
File metadata and controls
31 lines (31 loc) · 2.5 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.1950" tests="12" failures="0">
<testsuite name="Root Suite" timestamp="2022-12-05T03:09:26" tests="0" time="0.0000" failures="0">
</testsuite>
<testsuite name="reminders_api" timestamp="2022-12-05T03:09:26" tests="12" file="/home/adrian/git/github.com/adrian-lin-1-0-0/node-reminder/test/index.spec.js" time="0.1950" failures="0">
<testcase name="reminders_api should create a new reminder" time="0.0410" classname="should create a new reminder">
</testcase>
<testcase name="reminders_api should fetch all the reminders" time="0.0340" classname="should fetch all the reminders">
</testcase>
<testcase name="reminders_api should fetch no reminders if no matching results are present for user" time="0.0250" classname="should fetch no reminders if no matching results are present for user">
</testcase>
<testcase name="reminders_api should fetch no reminders if no matching results are present after the date" time="0.0190" classname="should fetch no reminders if no matching results are present after the date">
</testcase>
<testcase name="reminders_api should fetch all the reminders for a user" time="0.0170" classname="should fetch all the reminders for a user">
</testcase>
<testcase name="reminders_api should fetch all the reminders after the date" time="0.0150" classname="should fetch all the reminders after the date">
</testcase>
<testcase name="reminders_api should fetch all the reminders for a user after the date" time="0.0160" classname="should fetch all the reminders for a user after the date">
</testcase>
<testcase name="reminders_api should fetch a single reminder" time="0.0080" classname="should fetch a single reminder">
</testcase>
<testcase name="reminders_api should get 404 if the reminder ID does not exist" time="0.0040" classname="should get 404 if the reminder ID does not exist">
</testcase>
<testcase name="reminders_api should get 405 for a put request to /reminders/:id" time="0.0060" classname="should get 405 for a put request to /reminders/:id">
</testcase>
<testcase name="reminders_api should get 405 for a patch request to /reminders/:id" time="0.0050" classname="should get 405 for a patch request to /reminders/:id">
</testcase>
<testcase name="reminders_api should get 405 for a delete request to /reminders/:id" time="0.0050" classname="should get 405 for a delete request to /reminders/:id">
</testcase>
</testsuite>
</testsuites>