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.
22 lines
1.5 KiB
22 lines
1.5 KiB
6 days ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<testsuites tests="8" failures="1" disabled="0" errors="0" timestamp="2024-11-08T17:27:53" time="3.136" name="AllTests">
|
||
|
<testsuite name="StringProcessorTest" tests="3" failures="1" disabled="0" errors="0" time="3.127">
|
||
|
<testcase name="GetString" status="run" time="3.123" classname="StringProcessorTest">
|
||
|
<failure message="C:\Users\dimag\Desktop\repos_test\test.cpp:9
Expected equality of these values:
 get_str(msg, str, limit)
 Which is: 1
 0" type=""><![CDATA[C:\Users\dimag\Desktop\repos_test\test.cpp:9
|
||
|
Expected equality of these values:
|
||
|
get_str(msg, str, limit)
|
||
|
Which is: 1
|
||
|
0]]></failure>
|
||
|
</testcase>
|
||
|
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" />
|
||
|
<testcase name="InvalidString_ReturnsFalse" status="run" time="0" classname="StringProcessorTest" />
|
||
|
</testsuite>
|
||
|
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.004">
|
||
|
<testcase name="SortsArrayInAscendingOrder" status="run" time="0" 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" />
|
||
|
</testsuite>
|
||
|
</testsuites>
|