Added tests for the string hash

This commit is contained in:
tidusjar 2016-07-08 14:47:01 +01:00
commit f0ce5556c3
4 changed files with 59 additions and 4 deletions

View file

@ -73,6 +73,7 @@
<ItemGroup>
<Compile Include="CookieHelperTests.cs" />
<Compile Include="DateTimeHelperTests.cs" />
<Compile Include="StringHasherTests.cs" />
<Compile Include="PasswordHasherTests.cs" />
<Compile Include="HtmlRemoverTests.cs" />
<Compile Include="AssemblyHelperTests.cs" />