String[] args = new String[] {
"-r"
};
DownloadSignatureUpdateCommand command = mock(DownloadSignatureUpdateCommand.class);
when(context.getDownloadSignatureUpdateCommand()).thenReturn(command);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.setContext(context);