From 4354e33d595d5a9718a03f5b8ded6ccd967125f8 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Tue, 22 Mar 2022 18:31:10 +0200 Subject: [PATCH] feat: add a couple unit tests to `L3.LD_24` --- L3/L3.sln | 10 +++- L3/LD_24/LD_24.csproj | 22 -------- L3/LD_24Tests/LD_24Tests.csproj | 30 +++++++++++ L3/LD_24Tests/LinkedListTests.cs | 73 +++++++++++++++++++++++++++ L3/LD_24Tests/OrderLinkedListTests.cs | 22 ++++++++ 5 files changed, 133 insertions(+), 24 deletions(-) create mode 100644 L3/LD_24Tests/LD_24Tests.csproj create mode 100644 L3/LD_24Tests/LinkedListTests.cs create mode 100644 L3/LD_24Tests/OrderLinkedListTests.cs diff --git a/L3/L3.sln b/L3/L3.sln index f0142e3..48a6674 100644 --- a/L3/L3.sln +++ b/L3/L3.sln @@ -1,10 +1,12 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.1525 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32210.238 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LD_24", "LD_24\LD_24.csproj", "{AE159626-A105-440C-B997-F377C5F8F280}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LD_24Tests", "LD_24Tests\LD_24Tests.csproj", "{39E0FA27-E323-45EE-BA1B-5DDFE00A7C03}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {AE159626-A105-440C-B997-F377C5F8F280}.Debug|Any CPU.Build.0 = Debug|Any CPU {AE159626-A105-440C-B997-F377C5F8F280}.Release|Any CPU.ActiveCfg = Release|Any CPU {AE159626-A105-440C-B997-F377C5F8F280}.Release|Any CPU.Build.0 = Release|Any CPU + {39E0FA27-E323-45EE-BA1B-5DDFE00A7C03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {39E0FA27-E323-45EE-BA1B-5DDFE00A7C03}.Debug|Any CPU.Build.0 = Debug|Any CPU + {39E0FA27-E323-45EE-BA1B-5DDFE00A7C03}.Release|Any CPU.ActiveCfg = Release|Any CPU + {39E0FA27-E323-45EE-BA1B-5DDFE00A7C03}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/L3/LD_24/LD_24.csproj b/L3/LD_24/LD_24.csproj index 20d63f1..9d36916 100644 --- a/L3/LD_24/LD_24.csproj +++ b/L3/LD_24/LD_24.csproj @@ -1,5 +1,4 @@  - @@ -44,9 +43,6 @@ 4 - - ..\packages\FluentAssertions.6.5.1\lib\netstandard2.0\FluentAssertions.dll - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll @@ -70,18 +66,6 @@ - - ..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll - - - ..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll - - - ..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll - - - ..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll - @@ -131,9 +115,6 @@ Web.config - - - 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -164,10 +145,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - -