[ADD] added test project for real

This commit is contained in:
Sem van der Hoeven
2020-10-23 21:05:05 +02:00
parent 898b579ca9
commit 052f07db93
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SharedClientServer;
using Xunit.Sdk;
namespace Tests
{
[TestClass]
public class JSONConvertTest
{
[TestMethod]
public void TestMethod1()
{
}
}
}