"tmp/profile 1.droid",
"tmp/profile-2.droid",
"tmp/profile-3.droid"
};
ExportCommand command = mock(ExportCommand.class);
when(context.getExportCommand(ExportOptions.ONE_ROW_PER_FORMAT)).thenReturn(command);
DroidCommandLine droidCommandLine = new DroidCommandLine(args);
droidCommandLine.setContext(context);