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

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