コード例 #1
0
        public void TestWithNumber(int size, string test)
        {
            var matrix = new Matrix(size);
            var result = matrix.Walk();

            Assert.AreEqual(test, result, "Both matrix are different");
        }