public void AllDigitAreDifferentForEachRow() { SudokuValidator sValidator = new SudokuValidator(this.Path); Assert.IsTrue(sValidator.SudokuInputValid() && sValidator.CheckRows()); }