|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | | -<testsuites name="vitest tests" tests="10" failures="0" errors="0" time="0.0078695"> |
3 | | - <testsuite name="package/objectUtil/clearNullProperties/index.test.ts" timestamp="2025-08-27T00:35:02.147Z" hostname="users-MacBook-Pro.local" tests="1" failures="0" errors="0" skipped="0" time="0.001491875"> |
4 | | - <testcase classname="package/objectUtil/clearNullProperties/index.test.ts" name="만약 Null이 객체에 존재한다면, Null이 없는 객체가 반환된다." time="0.000944958"> |
| 2 | +<testsuites name="vitest tests" tests="16" failures="0" errors="0" time="0.002133542"> |
| 3 | + <testsuite name="package/validationUtil/checkHttpUrl/index.test.ts" timestamp="2025-08-27T08:47:10.603Z" hostname="users-MacBook-Pro.local" tests="16" failures="0" errors="0" skipped="0" time="0.002133542"> |
| 4 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'http://example.com'에 대해 true를 반환한다" time="0.000729292"> |
5 | 5 | </testcase> |
6 | | - </testsuite> |
7 | | - <testsuite name="package/objectUtil/deepFreeze/index.test.ts" timestamp="2025-08-27T00:35:02.148Z" hostname="users-MacBook-Pro.local" tests="1" failures="0" errors="0" skipped="0" time="0.001265125"> |
8 | | - <testcase classname="package/objectUtil/deepFreeze/index.test.ts" name="객체의 불변성이 유지된다." time="0.000742375"> |
| 6 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'https://example.com'에 대해 true를 반환한다" time="0.0001035"> |
9 | 7 | </testcase> |
10 | | - </testsuite> |
11 | | - <testsuite name="package/numberUtil/subtract/index.test.ts" timestamp="2025-08-27T00:35:02.149Z" hostname="users-MacBook-Pro.local" tests="4" failures="0" errors="0" skipped="0" time="0.001365541"> |
12 | | - <testcase classname="package/numberUtil/subtract/index.test.ts" name="2 - 1은 1이다." time="0.000675792"> |
| 8 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'https://www.example.com'에 대해 true를 반환한다" time="0.000051375"> |
13 | 9 | </testcase> |
14 | | - <testcase classname="package/numberUtil/subtract/index.test.ts" name="5 - 10 - 15는 -20이다." time="0.000068208"> |
| 10 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'http://example.com/path/to/resource'에 대해 true를 반환한다" time="0.000051875"> |
15 | 11 | </testcase> |
16 | | - <testcase classname="package/numberUtil/subtract/index.test.ts" name="-1 - (-2)는 1이다." time="0.000055125"> |
| 12 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'https://example.com?query=123&key=value'에 대해 true를 반환한다" time="0.000052833"> |
17 | 13 | </testcase> |
18 | | - <testcase classname="package/numberUtil/subtract/index.test.ts" name="인자 없는 경우 0을 반환한다." time="0.000058917"> |
| 14 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'http://localhost:3000'에 대해 true를 반환한다" time="0.000047542"> |
19 | 15 | </testcase> |
20 | | - </testsuite> |
21 | | - <testsuite name="package/numberUtil/sum/index.test.ts" timestamp="2025-08-27T00:35:02.150Z" hostname="users-MacBook-Pro.local" tests="2" failures="0" errors="0" skipped="0" time="0.0013085"> |
22 | | - <testcase classname="package/numberUtil/sum/index.test.ts" name="1 + 2 + 3은 6이다." time="0.000696375"> |
| 16 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효한 HTTP/HTTPS URL 문자열이 주어졌을 때 > 'https://sub.domain.co.uk/page#section'에 대해 true를 반환한다" time="0.00004075"> |
23 | 17 | </testcase> |
24 | | - <testcase classname="package/numberUtil/sum/index.test.ts" name="5 + 10 + 15는 30이다." time="0.000073666"> |
| 18 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'www.example.com'에 대해 false를 반환한다" time="0.000048916"> |
25 | 19 | </testcase> |
26 | | - </testsuite> |
27 | | - <testsuite name="package/stringUtil/escapeHtml/index.test.ts" timestamp="2025-08-27T00:35:02.150Z" hostname="users-MacBook-Pro.local" tests="1" failures="0" errors="0" skipped="0" time="0.00125"> |
28 | | - <testcase classname="package/stringUtil/escapeHtml/index.test.ts" name="HTML 특수 문자를 이스케이프한다." time="0.000713334"> |
| 20 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'example.com'에 대해 false를 반환한다" time="0.000043208"> |
29 | 21 | </testcase> |
30 | | - </testsuite> |
31 | | - <testsuite name="package/stringUtil/unescapeHtml/index.test.ts" timestamp="2025-08-27T00:35:02.150Z" hostname="users-MacBook-Pro.local" tests="1" failures="0" errors="0" skipped="0" time="0.001188459"> |
32 | | - <testcase classname="package/stringUtil/unescapeHtml/index.test.ts" name="HTML 특수 문자를 언이스케이프한다." time="0.000659959"> |
| 22 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > '/relative/path'에 대해 false를 반환한다" time="0.00005725"> |
| 23 | + </testcase> |
| 24 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'ftp://example.com'에 대해 false를 반환한다" time="0.000036584"> |
| 25 | + </testcase> |
| 26 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'mailto:test@example.com'에 대해 false를 반환한다" time="0.000029167"> |
| 27 | + </testcase> |
| 28 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'http:// example.com'에 대해 false를 반환한다" time="0.000047292"> |
| 29 | + </testcase> |
| 30 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'https://'에 대해 false를 반환한다" time="0.000043291"> |
| 31 | + </testcase> |
| 32 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > 'just a random string'에 대해 false를 반환한다" time="0.000024416"> |
| 33 | + </testcase> |
| 34 | + <testcase classname="package/validationUtil/checkHttpUrl/index.test.ts" name="URL 유효성 검사 > 유효하지 않은 URL 문자열이 주어졌을 때 > ''에 대해 false를 반환한다" time="0.000033208"> |
33 | 35 | </testcase> |
34 | 36 | </testsuite> |
35 | 37 | </testsuites> |
0 commit comments