String[] args = new String[] {
"-x"
};
DisplayDefaultSignatureFileVersionCommand command = mock(DisplayDefaultSignatureFileVersionCommand.class);
when(context.getDisplayDefaultSignatureFileVersionCommand()).thenReturn(command);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.setContext(context);