public void BidMap_Get() { var obj = new Map1(); string name = obj.GetMapName(); Assert.AreEqual(name, "BID-Map"); }