Example #1
0
 public void BoardState_IsValid_OnCreation(TakLogic.BoardState board)
 {
     Assert.That(board.VerifyState(), Is.True);
 }