String[] args = new String[] {
"-s 99"
};
ConfigureDefaultSignatureFileVersionCommand command = mock(ConfigureDefaultSignatureFileVersionCommand.class);
when(context.getConfigureDefaultSignatureFileVersionCommand()).thenReturn(command);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.setContext(context);