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