}
}
@Test
public void testInterpreter() throws Exception{
IInterpreter interpreter = SimTLFactory.createInterpreter();
InterpretationResult ir = interpreter.interprete(templateMockup.getTemplate(),
URI.createFileURI(new File("output/templateInstance.java").getAbsolutePath()));
IModel templateInstance = ir.getInstance();
}