public void Update() { GuestRoom aGuestRoom = new GuestRoom(0, new Point(1, 1), new Point(1, 1), 1); InformationWindow window = new InformationWindow(); window.ShowInformation(aGuestRoom); window.Update(1); Assert.IsTrue(window.IsShowingInfo); }