diff --git a/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj b/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj deleted file mode 100644 index 263aa54..0000000 --- a/RhSolutions.Api.Tests/RhSolutions.Api.Tests.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - net6.0 - enable - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - diff --git a/RhSolutions.Api.Tests/SkuExtensionsTest.cs b/RhSolutions.Api.Tests/SkuExtensionsTest.cs deleted file mode 100644 index f260af7..0000000 --- a/RhSolutions.Api.Tests/SkuExtensionsTest.cs +++ /dev/null @@ -1,25 +0,0 @@ -using RhSolutions.Api.Models; - -namespace RhSolutions.Tests -{ - public class SkuExtensionsTests - { - [Theory] - [InlineData("11600011001")] - [InlineData(" 11600011001")] - [InlineData("11600011001 ")] - [InlineData("string 11600011001")] - [InlineData("11600011001 string")] - [InlineData("160001-001")] - [InlineData("string 160001-001")] - [InlineData("160001-001 string")] - [InlineData("160001001")] - [InlineData("string 160001001")] - [InlineData("160001001 string")] - public void TestName(string input) - { - Sku.TryParse(input, out IEnumerable sku); - Assert.Equal(new Sku("160001", "001"), sku.FirstOrDefault()); - } - } -} \ No newline at end of file diff --git a/RhSolutions.Api.Tests/Usings.cs b/RhSolutions.Api.Tests/Usings.cs deleted file mode 100644 index 8c927eb..0000000 --- a/RhSolutions.Api.Tests/Usings.cs +++ /dev/null @@ -1 +0,0 @@ -global using Xunit; \ No newline at end of file diff --git a/RhSolutions.sln b/RhSolutions.sln index 7a75ba9..4e2c253 100644 --- a/RhSolutions.sln +++ b/RhSolutions.sln @@ -5,8 +5,6 @@ VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RhSolutions.Api", "RhSolutions.Api\RhSolutions.Api.csproj", "{FD778359-7E92-4B5C-A4F9-7942A28E58F5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RhSolutions.Api.Tests", "RhSolutions.Api.Tests\RhSolutions.Api.Tests.csproj", "{A71CCD18-1D47-4DF5-B883-AF4D1CFB4F4E}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -20,9 +18,5 @@ Global {FD778359-7E92-4B5C-A4F9-7942A28E58F5}.Debug|Any CPU.Build.0 = Debug|Any CPU {FD778359-7E92-4B5C-A4F9-7942A28E58F5}.Release|Any CPU.ActiveCfg = Release|Any CPU {FD778359-7E92-4B5C-A4F9-7942A28E58F5}.Release|Any CPU.Build.0 = Release|Any CPU - {A71CCD18-1D47-4DF5-B883-AF4D1CFB4F4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A71CCD18-1D47-4DF5-B883-AF4D1CFB4F4E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A71CCD18-1D47-4DF5-B883-AF4D1CFB4F4E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A71CCD18-1D47-4DF5-B883-AF4D1CFB4F4E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal