Class ResultComparator


  • class ResultComparator
    extends java.lang.Object
    Compares the Result produced by a query with the expected result read from an XML file.
    See Also:
    ResultComparatorTest
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultComparator​(org.w3c.dom.Element xmlRoot, Result result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void compareResults()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultComparator

        public ResultComparator​(org.w3c.dom.Element xmlRoot,
                                Result result)
    • Method Detail

      • compareResults

        public void compareResults()