Exemple #1
0
        public void SolveEmpty()
        {
            //Testing that this doesn't throw
            var board = PicrossBoard.GetEmpty();

            board.Solve();
        }
Exemple #2
0
 public void ConstructEmpty()
 {
     //Testing that this doesn't throw
     var board = PicrossBoard.GetEmpty();
 }