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.
14 lines
907 B
14 lines
907 B
6 days ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<GtaTestDurations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<Executable>C:\Users\dimag\Desktop\repos_test\x64\Debug\test_repos.exe</Executable>
|
||
|
<TestDurations>
|
||
|
<TestDuration Test="StringProcessorTest.GetString" Duration="1" />
|
||
|
<TestDuration Test="StringProcessorTest.ValidString_ReturnsTrue" Duration="3" />
|
||
|
<TestDuration Test="StringProcessorTest.InvalidString_ReturnsFalse" Duration="1" />
|
||
|
<TestDuration Test="QuickSortTest.SortsArrayInAscendingOrder" Duration="1" />
|
||
|
<TestDuration Test="QuickSortTest.SingleElementArray" Duration="1" />
|
||
|
<TestDuration Test="QuickSortTest.SortedArray" Duration="1" />
|
||
|
<TestDuration Test="QuickSortTest.ReverseSortedArray" Duration="1" />
|
||
|
<TestDuration Test="QuickSortTest.RandomArray" Duration="1" />
|
||
|
</TestDurations>
|
||
|
</GtaTestDurations>
|