[4sem] isaip01 add unit tests

This commit is contained in:
Andrew Nuark G 2021-02-13 02:57:38 +07:00
parent 6d9a79be20
commit 451bc1bfdb
4 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PlayfairCypher.csproj" />
</ItemGroup>
</Project>