Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhurman committed Jan 16, 2015
1 parent 93a4131 commit 66f52a9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion SCvUnitTest/MapTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
}
}
}

0 comments on commit 66f52a9

Please sign in to comment.