Exemplo n.º 1
0
 public void TestMenuDimensions()
 {
     String[,] points = menu.GetPoints();
     Assert.AreEqual(4, points.GetLength(0));
     Assert.AreEqual(2, points.GetLength(1));
 }