XmlSnapshot |
XmlSnapshot.compareUsing(Consumer<org.xmlunit.assertj.CompareAssert> xmls) |
Defines which Xml-Assert assertion method will actually be used.
|
static XmlSnapshot |
XmlSnapshot.inferJaxbContext() |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static XmlSnapshot |
XmlSnapshot.with(javax.xml.bind.JAXBContext jaxbContext) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
XmlSnapshot |
XmlSnapshot.withComparisonRules(Consumer<ComparisonRuleBuilder> rules) |
Allows to specify extra comparison rules that are applied to certain paths within
the xml snapshots.
|
XmlSnapshot |
XmlSnapshot.withJAXBContext(javax.xml.bind.JAXBContext jaxbContext) |
Uses the given JAXBContext instead of trying to infer it from the test
result.
|
XmlSnapshot |
XmlSnapshot.withMarshaller(de.skuzzle.test.snapshots.data.xml.XmlSnapshot.MarshallerSupplier marshallerSupplier) |
Supplies the Marshaller which will be used to serialize the snapshot to
xml.
|
static XmlSnapshot |
XmlSnapshot.xml() |
|