Added new test framework (test) (#2247)

* Added new test framework (test)

* added nunit import
This commit is contained in:
Alex Ma
2023-09-21 14:25:11 -07:00
committed by GitHub
parent c29fb03b6e
commit b2120269a7
7 changed files with 43 additions and 41 deletions

View File

@@ -21,7 +21,9 @@
<ProjectReference Include="../Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" />
<PackageReference Include="nunit" />
<PackageReference Include="nunit3testadapter" />
<PackageReference Include="nunit.console" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />