Exemplo n.º 1
0
        public void AllDigitAreDifferentForEach3x3()
        {
            SudokuValidator sValidator = new SudokuValidator(this.Path);

            Assert.IsTrue(sValidator.SudokuInputValid() && sValidator.Check3x3());
        }