You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.4 KiB

6 days ago
<?xml version="1.0" encoding="UTF-8"?>
6 days ago
<testsuites tests="8" failures="1" disabled="0" errors="0" timestamp="2024-11-08T19:17:06" time="1.594" name="AllTests">
<testsuite name="StringProcessorTest" tests="3" failures="1" disabled="0" errors="0" time="1.585">
<testcase name="GetString" status="run" time="1.554" classname="StringProcessorTest" />
6 days ago
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" />
6 days ago
<testcase name="InvalidString_ReturnsFalse" status="run" time="0.022" classname="StringProcessorTest">
<failure message="C:\Users\dimag\Desktop\repos_test\test.cpp:81&#x0A;Value of: isValid&#x0A; Actual: false&#x0A;Expected: true" type=""><![CDATA[C:\Users\dimag\Desktop\repos_test\test.cpp:81
Value of: isValid
Actual: false
Expected: true]]></failure>
</testcase>
6 days ago
</testsuite>
6 days ago
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.006">
6 days ago
<testcase name="SortsArrayInAscendingOrder" status="run" time="0" classname="QuickSortTest" />
6 days ago
<testcase name="SingleElementArray" status="run" time="0.001" classname="QuickSortTest" />
6 days ago
<testcase name="SortedArray" status="run" time="0" classname="QuickSortTest" />
<testcase name="ReverseSortedArray" status="run" time="0" classname="QuickSortTest" />
<testcase name="RandomArray" status="run" time="0" classname="QuickSortTest" />
</testsuite>
</testsuites>