Exemple #1
0
        public void MoveDownTestTrue()
        {
            ICoordinate coordinate = userCommand.MoveDown();

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