[ADD] added test project for real
This commit is contained in:
15
Eindproject/Tests/JSONConvertTest.cs
Normal file
15
Eindproject/Tests/JSONConvertTest.cs
Normal 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user