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