Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: XPathTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.XPathTest
A test harness to test XPath expression evaluation in DOM4J
Field Summary
protected static  String[] paths     
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.XPathTest Summary:
main,   testBooleanValueOf,   testBug1116471,   testBug857704,   testCreateXPathBug,   testXPath,   testXPaths
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.XPathTest Detail:
 public static  void main(String[] args) 
 public  void testBooleanValueOf() throws Exception 
 public  void testBug1116471() throws Exception 
 public  void testBug857704() throws Exception 
 public  void testCreateXPathBug() throws Exception 
 protected  void testXPath(String xpathExpression) 
 public  void testXPaths() throws Exception