Exemplo n.º 1
0
 public void TestMethod1()
 {
     char[] testArray = { '*', '*', '*', '*', '*', '*', '*', '*', '*', '*' };
     Game.Board(testArray);
 }