Пример #1
0
 public void DisplaySouthTest()
 {
     GameGui_Accessor target = new GameGui_Accessor(); // TODO: Initialize to an appropriate value
     IDictionary<Directions, ILocations> locationses = null; // TODO: Initialize to an appropriate value
     target.DisplaySouth(locationses);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }