Tests has been added to solution

This commit is contained in:
NickAppLab
2022-06-18 01:35:34 +05:00
parent 82bbd22e67
commit fc4f1f1db3
5 changed files with 113 additions and 0 deletions

View File

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