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.
createMarshaller(JAXBContext) - Method in interface de.skuzzle.test.snapshots.data.xml.XmlSnapshot.MarshallerSupplier
 

D

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

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 XmlSnapshot.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 XmlSnapshot.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.
withEnableXPathDebugging(boolean) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Enables a simple debug output to System.out for the xpaths that are used in XmlSnapshot.withComparisonRules(Consumer).
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.
withPrettyPrintStringXml(boolean) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Only taken into account if you directly pass a String into the snapshot test which is already a XML is does not need to be serialized.
withXPathNamespaceContext(Map<String, String>) - Method in class de.skuzzle.test.snapshots.data.xml.XmlSnapshot
Allows to set a namespace context by providing a mapping from prefixes to xml namespace URIs.

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.
XmlSnapshot.MarshallerSupplier - Interface in de.skuzzle.test.snapshots.data.xml
 
B C D I W X 
All Classes All Packages