public void testAddMember() throws APIException {
String[] members = new String[] {"C:\\Users\\A6253567\\sandboxes\\GIVR\\mapper\\idv-ha-services\\src\\test\\resources\\response.xml", "C:\\Users\\A6253567\\sandboxes\\GIVR\\mapper\\idv-ha-services\\src\\test\\resources\\fmn\\response.xml"};
final CmdRunner runner = apiHelper.getSession().createCmdRunner();
Command command = new Command(Command.SI);
command.setCommandName("add");
command.addOption(new Option("gui"));
command.addOption(new Option("cwd", "C:\\Users\\A6253567\\sandboxes\\GIVR\\mapper\\idv-ha-services"));
for (int i = 0; i < members.length; i++) {
String member = members[i];
command.addSelection(member);
}