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.

16 lines
1.1 KiB

6 days ago
<?xml version="1.0" encoding="UTF-8"?>
6 days ago
<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" />
6 days ago
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" />
6 days ago
<testcase name="InvalidString_ReturnsFalse" status="run" time="0" classname="StringProcessorTest" />
6 days ago
</testsuite>
6 days ago
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.003">
6 days ago
<testcase name="SortsArrayInAscendingOrder" status="run" time="0" classname="QuickSortTest" />
6 days ago
<testcase name="SingleElementArray" status="run" time="0" 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>