* Test of modifyTestElement method, of class XMLFormatPostProcessorGui.
*/
@Test
public void testModifyTestElement() {
System.out.println("modifyTestElement");
TestElement te = new XMLFormatPostProcessor();
XMLFormatPostProcessorGui instance = new XMLFormatPostProcessorGui();
instance.modifyTestElement(te);
}