Uses of Class
de.skuzzle.test.snapshots.data.xml.XmlSnapshot
-
-
Uses of XmlSnapshot in de.skuzzle.test.snapshots.data.xml
Methods in de.skuzzle.test.snapshots.data.xml that return XmlSnapshot Modifier and Type Method Description XmlSnapshotXmlSnapshot. compareUsing(Consumer<org.xmlunit.assertj.CompareAssert> xmls)Defines which Xml-Assert assertion method will actually be used.static XmlSnapshotXmlSnapshot. inferJaxbContext()Tries to infer the JAXBContext from the passed in actual test result.static XmlSnapshotXmlSnapshot. with(javax.xml.bind.JAXBContext jaxbContext)Uses the given JAXBContext as entry point for serializing snapshots.XmlSnapshotXmlSnapshot. withMarshaller(de.skuzzle.test.snapshots.data.xml.XmlSnapshot.MarshallerSupplier marshallerSupplier)Supplies theMarshallerwhich will be used to serialize the snapshot to xml.
-