Test for code coverage

This commit is contained in:
xx-TheDoctor-xx
2020-04-18 07:45:42 +01:00
parent 937acbc0d5
commit 3f014e7a69
5 changed files with 62 additions and 4 deletions

14
PMF.Tests/UnitTest1.cs Normal file
View File

@ -0,0 +1,14 @@
using System;
using Xunit;
namespace PMF.Tests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}