Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: SetContentTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.SetContentTest
Tests the setContent method
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.SetContentTest Summary:
main,   testDocument,   testDocument,   testParent,   testRootElement
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.SetContentTest Detail:
 public static  void main(String[] args) 
 public  void testDocument() throws Exception 
 protected  void testDocument(Branch branch,
    Document doc) 
    Tests all the children of the branch have the correct document
 protected  void testParent(Branch parent) 
    Tests all the children of the branch have the correct parent
 public  void testRootElement() throws Exception