B C D I W X 
All Classes All Packages

B

build() - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
 

C

compareUsing(Consumer<CompareAssert>) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Defines which Xml-Assert assertion method will actually be used.

D

de.skuzzle.test.snapshots.data.xml - package de.skuzzle.test.snapshots.data.xml
XML snapshot format support using jaxb and xml-unit.
de.skuzzle.test.snapshots.xml.jaxb - module de.skuzzle.test.snapshots.xml.jaxb
 

I

inferJaxbContext() - Static method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1.4.0 - Use xml() instead.

W

with(JAXBContext) - Static method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1.4.0 - Use withJAXBContext(JAXBContext) instead.
withComparisonRules(Consumer<ComparisonRuleBuilder>) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Allows to specify extra comparison rules that are applied to certain paths within the xml snapshots.
withJAXBContext(JAXBContext) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Uses the given JAXBContext instead of trying to infer it from the test result.
withMarshaller(XmlSnapshot.MarshallerSupplier) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Supplies the Marshaller which will be used to serialize the snapshot to xml.

X

xml - Static variable in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Simple default StructuredData instance which infers the JAXB context from a test's actual result object.
xml() - Static method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Creates a new XML StructuredDataProvider which will try to infer the JAXBContext from the actual test result.
XmlSnapshot - Class in de.skuzzle.test.snapshots.data.xml
StructuredData builder for serializing test results to XML, relying on JAXB and XML-Unit.
B C D I W X 
All Classes All Packages