Compare commits
2 Commits
8070619958
...
a4b6d3a534
Author | SHA1 | Date |
---|---|---|
Dmytro | a4b6d3a534 | 6 days ago |
Dmytro | cbcd231072 | 6 days ago |
23 changed files with 0 additions and 52 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,14 +0,0 @@ |
|||||
<?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> |
|
@ -1,17 +0,0 @@ |
|||||
<?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>D:\Diploma\test_repos\x64\Debug\test_repos.exe</Executable> |
|
||||
<TestDurations> |
|
||||
<TestDuration Test="StringProcessorTest.GetString" Duration="1" /> |
|
||||
<TestDuration Test="StringProcessorTest.IsValidString" Duration="1" /> |
|
||||
<TestDuration Test="StringProcessorTest.ProcessString" Duration="1" /> |
|
||||
<TestDuration Test="StringProcessorTest.StringFunctions" Duration="0" /> |
|
||||
<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" /> |
|
||||
<TestDuration Test="StringProcessorTest.ValidString_ReturnsTrue" Duration="1" /> |
|
||||
<TestDuration Test="StringProcessorTest.InvalidString_ReturnsFalse" Duration="1" /> |
|
||||
</TestDurations> |
|
||||
</GtaTestDurations> |
|
@ -1,11 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project> |
|
||||
<ProjectOutputs> |
|
||||
<ProjectOutput> |
|
||||
<FullPath>D:\Diploma\test_repos\x64\Debug\test_repos.exe</FullPath> |
|
||||
</ProjectOutput> |
|
||||
</ProjectOutputs> |
|
||||
<ContentFiles /> |
|
||||
<SatelliteDlls /> |
|
||||
<NonRecipeFileRefs /> |
|
||||
</Project> |
|
Binary file not shown.
@ -1,4 +0,0 @@ |
|||||
test.cpp |
|
||||
D:\Diploma\test_repos\stringProcessor.h(10,34): warning C4114: Множественное использование одного и того же квалификатора типа. |
|
||||
D:\Diploma\test_repos\stringProcessor.h(20,16): warning C4267: return: преобразование из "size_t" в "const int32_t"; возможна потеря данных |
|
||||
test_repos.vcxproj -> D:\Diploma\test_repos\x64\Debug\test_repos.exe |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +0,0 @@ |
|||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.35.32215:TargetPlatformVersion=10.0.22000.0: |
|
||||
Debug|x64|D:\Diploma\test_repos\| |
|
@ -1,4 +0,0 @@ |
|||||
D:\Diploma\test_repos\x64\Debug\test_repos.vcxproj.CopyComplete |
|
||||
D:\Diploma\test_repos\x64\Debug\test_repos.exe |
|
||||
D:\Diploma\test_repos\x64\Debug\gtest.pdb |
|
||||
D:\Diploma\test_repos\x64\Debug\gtest_main.pdb |
|
Binary file not shown.
Loading…
Reference in new issue