Package org.xmlunit.assertj
AssertJ assertions on top of XMLUnit's core.
- Since:
- XMLUnit 2.6.1
-
Interface Summary Interface Description MultipleNodeAssert.SingleNodeAssertConsumer -
Class Summary Class Description AssertFactoryProvider In AssertJ before 3.13.0AssertFactory
class looks like this:AssertFactoryProvider.NodeAssertFactoryDelegate This class should has delegate method with signature matching to type erasure AssertFactory class from AssertJ 3.13.0 or higher which is `Assert createAssert(Object var1)`AssertionsAdapter Class that is proxy for AssertJ assertions used by org.xmlunit.assertj.*Assert classes.CompareAssert Assertion methods for XMLs comparision.CustomAbstractAssert<SELF extends CustomAbstractAssert<SELF,ACTUAL>,ACTUAL> AbstractAssert allow only to throw errors extending ErrorMessageFactory.MultipleNodeAssert Assertion methods forIterable
ofNode
.NodeAssertFactory NodeUtils SingleNodeAssert Assertion methods forNode
.ValidationAssert Assertion methods for XML validation.ValueAssert Assertion methods forString
result of XPath evaluation.XmlAssert Entry point for fluent interface for writing assertions based on AssertJ library. -
Enum Summary Enum Description CompareAssert.ComparisonContext