Example #1
0
 public void BeforeEachTest()
 {
     Target = new Pawn();
     MovesFrom22 = Target.GetMovesFrom(new BoardCoordinate(2, 2));
 }