|
|
@ -1,18 +1,13 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<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" /> |
|
|
|
<testsuites tests="8" failures="0" disabled="0" errors="0" timestamp="2024-11-08T19:26:02" time="3.345" name="AllTests"> |
|
|
|
<testsuite name="StringProcessorTest" tests="3" failures="0" disabled="0" errors="0" time="3.326"> |
|
|
|
<testcase name="GetString" status="run" time="3.323" classname="StringProcessorTest" /> |
|
|
|
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" /> |
|
|
|
<testcase name="InvalidString_ReturnsFalse" status="run" time="0.022" classname="StringProcessorTest"> |
|
|
|
<failure message="C:\Users\dimag\Desktop\repos_test\test.cpp:81
Value of: isValid
 Actual: false
Expected: true" type=""><![CDATA[C:\Users\dimag\Desktop\repos_test\test.cpp:81 |
|
|
|
Value of: isValid |
|
|
|
Actual: false |
|
|
|
Expected: true]]></failure> |
|
|
|
</testcase> |
|
|
|
<testcase name="InvalidString_ReturnsFalse" status="run" time="0" classname="StringProcessorTest" /> |
|
|
|
</testsuite> |
|
|
|
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.006"> |
|
|
|
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.003"> |
|
|
|
<testcase name="SortsArrayInAscendingOrder" status="run" time="0" classname="QuickSortTest" /> |
|
|
|
<testcase name="SingleElementArray" status="run" time="0.001" classname="QuickSortTest" /> |
|
|
|
<testcase name="SingleElementArray" status="run" time="0" classname="QuickSortTest" /> |
|
|
|
<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" /> |
|
|
|