public void CurrentLocationTest() { GameGui_Accessor target = new GameGui_Accessor(); // TODO: Initialize to an appropriate value LocationObserverandObservable expected = null; // TODO: Initialize to an appropriate value LocationObserverandObservable actual; actual = target.CurrentLocation(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }