InteractiveTestCommand command = getCommand();
Map<String, Command> commandMap = getCommandMap();
Set<String> commandKeys = commandMap.keySet();
for (String commandKey : commandKeys) {
command.addCommand(commandKey, commandMap.get(commandKey));
}
// now need to capture
CommandState commandState = new CommandState();