45464748495051
* * @return new ElementProcessor-component */ public static ElementProcessor createElementProcessor() { return new ElementProcessor(); }
40414243444546474849
} @Test public void testCreateElementProcessor() { ElementProcessor tmp = null; assertNull(tmp); tmp = EMFTraceCoreFactory.createElementProcessor(); assertNotNull(tmp); }