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