Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: XPathBugTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.XPathBugTest
A test harness to test XPath expression evaluation in DOM4J
Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.XPathBugTest Summary:
main,   testMikeSkells,   testRobLebowitz,   testStefan,   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.XPathBugTest Detail:
 public static  void main(String[] args) 
 public  void testMikeSkells() throws Exception 
    Test found by Mike Skells
 public  void testRobLebowitz() throws Exception 
    A bug found by Rob Lebowitz
 public  void testStefan() throws Exception 
    A bug found by Stefan which results in IndexOutOfBoundsException for empty results
 public  void testXPaths() throws Exception