Example #1
0
        public void MoveUpTestTrue()
        {
            ICoordinate coordinate = userCommand.MoveUp();

            Assert.IsTrue(coordinate.Row == -1, "Row is not -1");
            Assert.IsTrue(coordinate.Col == 0, "Col is not 0");
        }