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