Uses of Class
org.xmlunit.assertj3.XmlAssert
Packages that use XmlAssert
-
Uses of XmlAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return XmlAssertModifier and TypeMethodDescriptionstatic XmlAssertXmlAssert.assertThat(Object o) Factory method forXmlAssertValueAssert.asXml()Returns anXmlAssertobject that allows performing assertions on XML value of theStringunder test.Returns anXmlAssertobject that allows performing assertions on XML value of theStringunder test wrapping around tag with name given in wrapNodeName.XmlAssert.isInvalid()Check if actual value is not valid against W3C XML SchemaXmlAssert.isNotValidAgainst(Object... schemaSources) Check if actual value is not valid against schema provided by given sourcesXmlAssert.isNotValidAgainst(Schema schema) Check if actual value is not valid against given schemaXmlAssert.isValid()Check if actual value is valid against W3C XML SchemaXmlAssert.isValidAgainst(Object... schemaSources) Check if actual value is valid against schema provided by given sourcesXmlAssert.isValidAgainst(Schema schema) Check if actual value is valid against given schemaXmlAssert.withDocumentBuilderFactory(DocumentBuilderFactory dbf) Sets theDocumentBuilderFactoryto use when creating aDocumentfrom the XML input.XmlAssert.withNamespaceContext(Map<String, String> prefix2Uri) Utility method used for creating a namespace context mapping to be used in XPath matching.XmlAssert.withXPathFactory(XPathFactory xpf) Sets theXPathFactoryto use for XPath related assertions.