New mstest-project added

This commit is contained in:
2019-11-19 23:26:02 +01:00
parent d0847b19d2
commit 70bdc6a367
5 changed files with 113 additions and 0 deletions

View File

@ -0,0 +1,14 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace BrokerageLig.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}