Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.dom.DOMTest
A test harness to test the native DOM implementation of dom4j
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.dom.DOMTest Summary:
main,   setUp,   testClassCastBug,   testCount,   testNamespace,   testReplaceChild,   traverse
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.dom.DOMTest Detail:
 public static  void main(String[] args) 
 protected  void setUp() throws Exception 
 public  void testClassCastBug() throws Exception 
    Tests the bug found by Soumanjoy
 public  void testCount() throws Exception 
 public  void testNamespace() throws Exception 
 public  void testReplaceChild() throws Exception 
 protected  void traverse(Node node) 
    Traverses the specified node, recursively.