String[] args = new String[] {
"-X"
};
ListAllSignatureFilesCommand command = mock(ListAllSignatureFilesCommand.class);
when(context.getListAllSignatureFilesCommand()).thenReturn(command);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.processExecution();
}