Save This Page
Home » dom4j-1.6.1 » org.dom4j.rule » [javadoc | source]
org.dom4j.rule
public class: RuleTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.rule.RuleTest
Tests the ordering of Rules
Field Summary
protected  DocumentFactory factory     
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.rule.RuleTest Summary:
createRule,   main,   testDocument,   testGreater,   testOrder,   testTextMatchesCDATA
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.rule.RuleTest Detail:
 protected Rule createRule(String expr) 
 public static  void main(String[] args) 
 public  void testDocument() 
 protected  void testGreater(String expr1,
    String expr2) throws Exception 
 public  void testOrder() throws Exception 
 public  void testTextMatchesCDATA()