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