diff --git a/SCvUnitTest/MapTests.cs b/SCvUnitTest/MapTests.cs index ae44db3..1723c5d 100644 --- a/SCvUnitTest/MapTests.cs +++ b/SCvUnitTest/MapTests.cs @@ -3,10 +3,21 @@ using System.Linq; using System.Text; using System.Threading.Tasks; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using SCvLib; namespace SCvUnitTest { - class MapTests + [TestClass] + public class MapTests { + [TestMethod] + public void TestDistance() + { + } + [TestMethod] + public void TestMoveCost() + { + } } }