Tests has been added to solution
This commit is contained in:
14
StructureHelperTests/TestExampleClass.cs
Normal file
14
StructureHelperTests/TestExampleClass.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using System;
|
||||
|
||||
namespace StructureHelperTests
|
||||
{
|
||||
[TestClass]
|
||||
public class TestExampleClass
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user