public Robot(CommandSet commandSet, IReport reporter, Location bottomLeftBound, Location topRightBound) { _commandSet = commandSet; _reporter = reporter; _bottomLeftBound = bottomLeftBound; _topRightBound = topRightBound; Position = _commandSet.StartPosition; }
public CommandFactory() { input = new List <string>(); commandSet = new CommandSet(); }
public CommandFactory() { _inputStrings = new List<string>(); _commandSet = new CommandSet(); }
public Robot(CommandSet commandSet, IReport reporter) : this(commandSet, reporter, null, null) { }
public CommandFactory() { _inputStrings = new List <string>(); _commandSet = new CommandSet(); }