"src/test/resources/signatures/DROID_SignatureFile_V78.xml",
"--extension-list",
"xml", "txt", "jp2", "jpg"
};
NoProfileRunCommand noProfileRunCmd = new NoProfileRunCommand();
when(context.getNoProfileRunCommand()).thenReturn(noProfileRunCmd);
DroidCommandLine commandLine = new DroidCommandLine(args);
commandLine.setContext(context);