コード例 #1
0
        public void FirstColumnFirstCell_GetByRow_IsFirstColumnFirstCell()
        {
            int expected = 2;

            int actual = goodSudoku.GetByRow(0, 0);

            Assert.That(actual, Is.EqualTo(expected));
        }