Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: CloneTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.CloneTest
A test harness to test the clone() methods on Nodes
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.CloneTest Summary:
main,   testAddCloneToOtherElement,   testAuthorCompare1,   testAuthorCompare2,   testAuthorElementClone,   testBug1148333,   testDocumentClone,   testElementClone,   testElementWithNamespaceClone,   testRootCompare1,   testRootCompare2,   testRootElementClone
Methods from org.dom4j.AbstractTestCase:
assertDocumentsEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqualContent,   getDocument,   getDocument,   getDocument,   getFile,   getRootElement,   log,   setUp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.CloneTest Detail:
 public static  void main(String[] args) 
 public  void testAddCloneToOtherElement() 
 public  void testAuthorCompare1() throws Exception 
 public  void testAuthorCompare2() throws Exception 
 public  void testAuthorElementClone() throws Exception 
 public  void testBug1148333() 
 public  void testDocumentClone() throws Exception 
 protected  void testElementClone(Element element) throws Exception 
 public  void testElementWithNamespaceClone() 
 public  void testRootCompare1() throws Exception 
 public  void testRootCompare2() throws Exception 
 public  void testRootElementClone() throws Exception