String[] args = new String[] {
"-c",
};
CheckSignatureUpdateCommand command = mock(CheckSignatureUpdateCommand.class);
when(context.getCheckSignatureUpdateCommand()).thenReturn(command);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.setContext(context);