* Test of modifyTestElement method, of class JSONFormatterGui.
*/
@Test
public void testModifyTestElement() {
System.out.println("modifyTestElement");
TestElement element = new JSONFormatter();
JSONFormatterGui instance = new JSONFormatterGui();
instance.modifyTestElement(element);
// TODO review the generated test code and remove the default call to fail.
}