コード例 #1
0
        public void IdentifyAdjacentCellTestCellOutsideMaze()
        {
            var cellId = mazeSolver.Width * mazeSolver.Height + 10;

            _ = mazeSolver.IdentifyAdjacentCell(cellId, CellSide.North);
        }