Example #1
0
 @Test
 @Ignore
 public void shouldSerializeModels() throws Exception {
   // given
   JavaToEMFParser parser = new JavaToEMFParser();
   // when
   parser.parseAndSerializeAllJavaFiles(
       new File("res/in/emfcomparebug"), new Vector<File>(), new File("res/out/emfcomparebug"));
 }