public void testValidMessageComment() throws IOException {
String tmpDir = folder.getRoot().getAbsolutePath();
List<String> options = new ArrayList<String>();
ProcessorMockup harness = new ProcessorMockup(tmpDir, options);
String file = "/com/kre8orz/i18n/processor/res/ValidMessageComment.txt";
harness.process(file);
}
@Test
public void testValidPackageNames() throws IOException {
String tmpDir = folder.getRoot().getAbsolutePath();