public void Excercise3Method1_MapName_false() { Exercise3 e3 = new Exercise3(); MyMap mymap = (MyMap)e3.Method1(); Assert.NotEqual("BID-Mapt", mymap.GetMapName()); }
public void Exercise3Method1Test1() { Exercise3 e3 = new Exercise3(); MyMap map = (MyMap)e3.Method1(); Assert.AreEqual(map.GetMapName(), "BID-Map"); }