예제 #1
0
 public void Init()
 {
     cells    = GridOperations.Create(3);
     movement = new Movement(cells);
 }
예제 #2
0
 public void SudokuGridNotNull()
 {
     Assert.IsNotNull(GridOperations.Create(3));
 }