public void MoveRightTestTrue() { ICoordinate coordinate = userCommand.MoveRight(); Assert.IsTrue(coordinate.Row == 0, "Row is not 0"); Assert.IsTrue(coordinate.Col == 1, "Col is not 1"); }