String[] args = new String[] {
"-k"
};
FilterFieldCommand command = mock(FilterFieldCommand.class);
CommandFactory factory = mock(CommandFactory.class);
when(factory.getFilterFieldCommand()).thenReturn(command);
DroidCommandLine droidCommandLine = new DroidCommandLine(args);
droidCommandLine.setContext(context);
droidCommandLine.processExecution();