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.
 
 

17 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="8" failures="0" disabled="0" errors="0" timestamp="2024-03-26T15:28:16" time="0.009" name="AllTests">
<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>
<testsuite name="StringProcessorTest" tests="2" failures="0" disabled="0" errors="0" time="0.002">
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" />
<testcase name="InvalidString_ReturnsFalse" status="run" time="0" classname="StringProcessorTest" />
</testsuite>
<testsuite name="SwapTest" tests="1" failures="0" disabled="0" errors="0" time="0.001">
<testcase name="SwapsValuesCorrectly" status="run" time="0" classname="SwapTest" />
</testsuite>
</testsuites>