public void testObfuscation() throws IOException {
String tmpDir = folder.getRoot().getAbsolutePath();
List<String> options = new ArrayList<String>();
options.add("-Acom.kre8orz.i18n.processor.I18NProcessor.obfuscate=Uwe238MFKjwnRHNaYAyR");
ProcessorMockup harness = new ProcessorMockup(tmpDir, options);
String file = "/com/kre8orz/i18n/processor/res/ValidSimpleSourceObfuscate.txt";
harness.process(file);
}