-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_results.xml
More file actions
20 lines (20 loc) · 1.76 KB
/
test_results.xml
File metadata and controls
20 lines (20 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="6" failures="1" disabled="0" errors="0" time="3.004" timestamp="2025-06-06T12:55:08.610" name="AllTests">
<testsuite name="WebSocketClientTest" tests="2" failures="0" disabled="0" skipped="0" errors="0" time="3.004" timestamp="2025-06-06T12:55:08.610">
<testcase name="CreateClient" status="run" result="completed" time="0.003" timestamp="2025-06-06T12:55:08.610" classname="WebSocketClientTest" />
<testcase name="ConnectToEchoServer" status="run" result="completed" time="3.001" timestamp="2025-06-06T12:55:08.613" classname="WebSocketClientTest" />
</testsuite>
<testsuite name="CLIHandlerTest" tests="2" failures="1" disabled="0" skipped="0" errors="0" time="0" timestamp="2025-06-06T12:55:11.614">
<testcase name="DefaultValues" status="run" result="completed" time="0" timestamp="2025-06-06T12:55:11.614" classname="CLIHandlerTest" />
<testcase name="CustomValues" status="run" result="completed" time="0" timestamp="2025-06-06T12:55:11.614" classname="CLIHandlerTest">
<failure message="../../test/cli_handler_test.cpp:32
Value of: cli.isSecure()
 Actual: true
Expected: false" type=""><![CDATA[../../test/cli_handler_test.cpp:32
Value of: cli.isSecure()
Actual: true
Expected: false]]></failure>
</testcase>
</testsuite>
<testsuite name="MessageHandlerTest" tests="2" failures="0" disabled="0" skipped="0" errors="0" time="0" timestamp="2025-06-06T12:55:11.614">
<testcase name="HandleMessage" status="run" result="completed" time="0" timestamp="2025-06-06T12:55:11.614" classname="MessageHandlerTest" />
<testcase name="FormatMessage" status="run" result="completed" time="0" timestamp="2025-06-06T12:55:11.614" classname="MessageHandlerTest" />
</testsuite>
</testsuites>