pom
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.futdcache.v2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.futdcache.v2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.suo
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.suo
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.wsuo
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/NUnitPageObjectModel/v17/.wsuo
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/ProjectEvaluation/.metadata.v7.bin
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/ProjectEvaluation/.metadata.v7.bin
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/ProjectEvaluation/.projects.v7.bin
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								NUnitPageObjectModel/.vs/ProjectEvaluation/.projects.v7.bin
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										25
									
								
								NUnitPageObjectModel/NUnitPageObjectModel.sln
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								NUnitPageObjectModel/NUnitPageObjectModel.sln
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
 | 
			
		||||
Microsoft Visual Studio Solution File, Format Version 12.00
 | 
			
		||||
# Visual Studio Version 17
 | 
			
		||||
VisualStudioVersion = 17.7.34018.315
 | 
			
		||||
MinimumVisualStudioVersion = 10.0.40219.1
 | 
			
		||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitPageObjectModel", "NUnitPageObjectModel\NUnitPageObjectModel.csproj", "{0189D3C5-0626-46D2-8E5F-3185A2273706}"
 | 
			
		||||
EndProject
 | 
			
		||||
Global
 | 
			
		||||
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
			
		||||
		Debug|Any CPU = Debug|Any CPU
 | 
			
		||||
		Release|Any CPU = Release|Any CPU
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 | 
			
		||||
		{0189D3C5-0626-46D2-8E5F-3185A2273706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 | 
			
		||||
		{0189D3C5-0626-46D2-8E5F-3185A2273706}.Debug|Any CPU.Build.0 = Debug|Any CPU
 | 
			
		||||
		{0189D3C5-0626-46D2-8E5F-3185A2273706}.Release|Any CPU.ActiveCfg = Release|Any CPU
 | 
			
		||||
		{0189D3C5-0626-46D2-8E5F-3185A2273706}.Release|Any CPU.Build.0 = Release|Any CPU
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(SolutionProperties) = preSolution
 | 
			
		||||
		HideSolutionNode = FALSE
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
	GlobalSection(ExtensibilityGlobals) = postSolution
 | 
			
		||||
		SolutionGuid = {77978940-6A04-4E86-91C2-CE263D423E51}
 | 
			
		||||
	EndGlobalSection
 | 
			
		||||
EndGlobal
 | 
			
		||||
@@ -0,0 +1 @@
 | 
			
		||||
global using NUnit.Framework;
 | 
			
		||||
@@ -0,0 +1,20 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk">
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <TargetFramework>net7.0</TargetFramework>
 | 
			
		||||
    <ImplicitUsings>enable</ImplicitUsings>
 | 
			
		||||
    <Nullable>enable</Nullable>
 | 
			
		||||
 | 
			
		||||
    <IsPackable>false</IsPackable>
 | 
			
		||||
    <IsTestProject>true</IsTestProject>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
 | 
			
		||||
    <PackageReference Include="NUnit" Version="3.13.3" />
 | 
			
		||||
    <PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
 | 
			
		||||
    <PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
 | 
			
		||||
    <PackageReference Include="coverlet.collector" Version="3.2.0" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
							
								
								
									
										16
									
								
								NUnitPageObjectModel/NUnitPageObjectModel/UnitTest1.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								NUnitPageObjectModel/NUnitPageObjectModel/UnitTest1.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
namespace NUnitPageObjectModel
 | 
			
		||||
{
 | 
			
		||||
    public class Tests
 | 
			
		||||
    {
 | 
			
		||||
        [SetUp]
 | 
			
		||||
        public void Setup()
 | 
			
		||||
        {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        [Test]
 | 
			
		||||
        public void Test1()
 | 
			
		||||
        {
 | 
			
		||||
            Assert.Pass();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
										
											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.
										
									
								
							@@ -0,0 +1,419 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeTarget": {
 | 
			
		||||
    "name": ".NETCoreApp,Version=v7.0",
 | 
			
		||||
    "signature": ""
 | 
			
		||||
  },
 | 
			
		||||
  "compilationOptions": {},
 | 
			
		||||
  "targets": {
 | 
			
		||||
    ".NETCoreApp,Version=v7.0": {
 | 
			
		||||
      "NUnitPageObjectModel/1.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.NET.Test.Sdk": "17.6.0",
 | 
			
		||||
          "NUnit": "3.13.3",
 | 
			
		||||
          "NUnit.Analyzers": "3.6.1",
 | 
			
		||||
          "NUnit3TestAdapter": "4.4.2",
 | 
			
		||||
          "coverlet.collector": "3.2.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "NUnitPageObjectModel.dll": {}
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "coverlet.collector/3.2.0": {},
 | 
			
		||||
      "Microsoft.CodeCoverage/17.6.0": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "17.600.1123.17103"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NET.Test.Sdk/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.CodeCoverage": "17.6.0",
 | 
			
		||||
          "Microsoft.TestPlatform.TestHost": "17.6.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.NETCore.Platforms/1.1.0": {},
 | 
			
		||||
      "Microsoft.TestPlatform.ObjectModel/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "NuGet.Frameworks": "5.11.0",
 | 
			
		||||
          "System.Reflection.Metadata": "1.6.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Microsoft.TestPlatform.TestHost/17.6.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.TestPlatform.ObjectModel": "17.6.0",
 | 
			
		||||
          "Newtonsoft.Json": "13.0.1"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/testhost.dll": {
 | 
			
		||||
            "assemblyVersion": "15.0.0.0",
 | 
			
		||||
            "fileVersion": "15.0.0.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "resources": {
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "cs"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "de"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "es"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "fr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "it"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ja"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ko"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pl"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "pt-BR"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "ru"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "tr"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hans"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          },
 | 
			
		||||
          "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
 | 
			
		||||
            "locale": "zh-Hant"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NETStandard.Library/2.0.0": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "Microsoft.NETCore.Platforms": "1.1.0"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "Newtonsoft.Json/13.0.1": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
 | 
			
		||||
            "assemblyVersion": "13.0.0.0",
 | 
			
		||||
            "fileVersion": "13.0.1.25517"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NuGet.Frameworks/5.11.0": {
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
 | 
			
		||||
            "assemblyVersion": "5.11.0.10",
 | 
			
		||||
            "fileVersion": "5.11.0.10"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NUnit/3.13.3": {
 | 
			
		||||
        "dependencies": {
 | 
			
		||||
          "NETStandard.Library": "2.0.0"
 | 
			
		||||
        },
 | 
			
		||||
        "runtime": {
 | 
			
		||||
          "lib/netstandard2.0/nunit.framework.dll": {
 | 
			
		||||
            "assemblyVersion": "3.13.3.0",
 | 
			
		||||
            "fileVersion": "3.13.3.0"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "NUnit.Analyzers/3.6.1": {},
 | 
			
		||||
      "NUnit3TestAdapter/4.4.2": {},
 | 
			
		||||
      "System.Reflection.Metadata/1.6.0": {}
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "libraries": {
 | 
			
		||||
    "NUnitPageObjectModel/1.0.0": {
 | 
			
		||||
      "type": "project",
 | 
			
		||||
      "serviceable": false,
 | 
			
		||||
      "sha512": ""
 | 
			
		||||
    },
 | 
			
		||||
    "coverlet.collector/3.2.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==",
 | 
			
		||||
      "path": "coverlet.collector/3.2.0",
 | 
			
		||||
      "hashPath": "coverlet.collector.3.2.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.CodeCoverage/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-5v2GwzpR7JEuQUzupjx3zLwn2FutADW/weLzLt726DR3WXxsM+ICPoJG6pxuKFsumtZp890UrVuudTUhsE8Qyg==",
 | 
			
		||||
      "path": "microsoft.codecoverage/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.codecoverage.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NET.Test.Sdk/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-tHyg4C6c89QvLv6Utz3xKlba4EeoyJyIz59Q1NrjRENV7gfGnSE6I+sYPIbVOzQttoo2zpHDgOK/p6Hw2OlD7A==",
 | 
			
		||||
      "path": "microsoft.net.test.sdk/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.net.test.sdk.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.NETCore.Platforms/1.1.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
 | 
			
		||||
      "path": "microsoft.netcore.platforms/1.1.0",
 | 
			
		||||
      "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.ObjectModel/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-AA/rrf5zwC5/OBLEOajkhjbVTM3SvxRXy8kcQ8e4mJKojbyZvqqhpfNg362N9vXU94DLg9NUTFOAnoYVT0pTJw==",
 | 
			
		||||
      "path": "microsoft.testplatform.objectmodel/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.objectmodel.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Microsoft.TestPlatform.TestHost/17.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-7YdgUcIeCPVKLC7n7LNKDiEHWc7z3brkkYPdUbDnFsvf6WvY9UfzS0VSUJ8P2NgN0CDSD223GCJFSjSBLZRqOQ==",
 | 
			
		||||
      "path": "microsoft.testplatform.testhost/17.6.0",
 | 
			
		||||
      "hashPath": "microsoft.testplatform.testhost.17.6.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NETStandard.Library/2.0.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
 | 
			
		||||
      "path": "netstandard.library/2.0.0",
 | 
			
		||||
      "hashPath": "netstandard.library.2.0.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "Newtonsoft.Json/13.0.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
 | 
			
		||||
      "path": "newtonsoft.json/13.0.1",
 | 
			
		||||
      "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NuGet.Frameworks/5.11.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
 | 
			
		||||
      "path": "nuget.frameworks/5.11.0",
 | 
			
		||||
      "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit/3.13.3": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
 | 
			
		||||
      "path": "nunit/3.13.3",
 | 
			
		||||
      "hashPath": "nunit.3.13.3.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit.Analyzers/3.6.1": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==",
 | 
			
		||||
      "path": "nunit.analyzers/3.6.1",
 | 
			
		||||
      "hashPath": "nunit.analyzers.3.6.1.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "NUnit3TestAdapter/4.4.2": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-vA/iHYcR+LYw+pRWQugckC/zW2fXHaqMr2uA82NOBt8v4YK4wMJrQ7QC8XLc7PjetEZ96cPbBTWsDDtmQiRZTA==",
 | 
			
		||||
      "path": "nunit3testadapter/4.4.2",
 | 
			
		||||
      "hashPath": "nunit3testadapter.4.4.2.nupkg.sha512"
 | 
			
		||||
    },
 | 
			
		||||
    "System.Reflection.Metadata/1.6.0": {
 | 
			
		||||
      "type": "package",
 | 
			
		||||
      "serviceable": true,
 | 
			
		||||
      "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
 | 
			
		||||
      "path": "system.reflection.metadata/1.6.0",
 | 
			
		||||
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{
 | 
			
		||||
  "runtimeOptions": {
 | 
			
		||||
    "tfm": "net7.0",
 | 
			
		||||
    "framework": {
 | 
			
		||||
      "name": "Microsoft.NETCore.App",
 | 
			
		||||
      "version": "7.0.0"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											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.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user