Exemple #1
0
 void ThenTheBoardStateShouldBe(string[] firstRow, string[] secondRow, string[] thirdrow)
 {
     Game.VerifyBoardState(firstRow, secondRow, thirdrow);
 }