added first unit test

This commit is contained in:
test
2019-04-12 16:18:23 +02:00
parent dd0a823ff7
commit bbd1a512ff
16 changed files with 231 additions and 26 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
</packages>