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