Ejemplo n.º 1
0
 public void DisplayNorthTest()
 {
     GameGui_Accessor target = new GameGui_Accessor(); // TODO: Initialize to an appropriate value
     IDictionary<Directions, ILocations> locationses = null; // TODO: Initialize to an appropriate value
     target.DisplayNorth(locationses);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }