"file/number/2.txt",
"-p",
"test"
};
ProfileRunCommand command = mock(ProfileRunCommand.class);
when(context.getProfileRunCommand()).thenReturn(command);
DroidCommandLine droidCommandLine = new DroidCommandLine(args);
droidCommandLine.setContext(context);