Exemplo n.º 1
0
 public void BeforeEachTest()
 {
     Target = new King();
     MovesFrom3_3 = Target.GetMovesFrom(new BoardCoordinate(3, 3));
 }