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