Uses of Class
org.custommonkey.xmlunit.Validator
-
Packages that use Validator Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of Validator in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type Validator Modifier and Type Method Description static void
XMLAssert. assertXMLValid(Validator validator)
Assert that a Validator instance returnsisValid() == true
void
XMLTestCase. assertXMLValid(Validator validator)
Assert that a Validator instance returnsisValid() == true
-