Deprecated API


Contents
Deprecated Methods
org.custommonkey.xmlunit.XMLTestCase.assertNotXpathExists(String, Document)
          Use assertXpathNotExists instead 
org.custommonkey.xmlunit.XMLTestCase.assertNotXpathExists(String, String)
          Use assertXpathNotExists instead 
org.custommonkey.xmlunit.XMLTestCase.assertXMLEqual(Diff, boolean, String)
          Use XMLTestCase#assertXMLEqual(String, Diff, boolean) instead 
org.custommonkey.xmlunit.XMLAssert.assertXMLIdentical(Diff, boolean, String)
          Use XMLTestCase#assertXMLIdentical(String, Diff, boolean) instead 
org.custommonkey.xmlunit.XMLTestCase.assertXMLIdentical(Diff, boolean, String)
          Use XMLTestCase#assertXMLIdentical(String, Diff, boolean) instead 
org.custommonkey.xmlunit.XMLUnit.compare(InputSource, InputSource)
          use Diff constructor directly 
org.custommonkey.xmlunit.XMLUnit.compare(Reader, Reader)
          use Diff constructor directly 
org.custommonkey.xmlunit.XMLUnit.compare(Reader, String)
          use Diff constructor directly 
org.custommonkey.xmlunit.XMLUnit.compare(String, Reader)
          use Diff constructor directly 
org.custommonkey.xmlunit.XMLUnit.compare(String, String)
          use Diff constructor directly 
org.custommonkey.xmlunit.XMLTestCase.setControlParser(String)
          this is a global setting and should be invoked on XMLUnit instead 
org.custommonkey.xmlunit.XMLTestCase.setIgnoreWhitespace(boolean)
          this is a global setting and should be invoked on XMLUnit instead 
org.custommonkey.xmlunit.XMLTestCase.setTestParser(String)
          this is a global setting and should be invoked on XMLUnit instead 
 


XMLUnit is hosted by sourceforge.net