public void GetDirFromStringTest() { Assert.AreEqual(Direction.NORTH, DirUtils.GetDirFromString("NORTH")); }