Uses of Class
org.xmlunit.assertj3.CustomAbstractAssert
-
Packages that use CustomAbstractAssert Package Description org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core. -
-
Uses of CustomAbstractAssert in org.xmlunit.assertj3
Classes in org.xmlunit.assertj3 with type parameters of type CustomAbstractAssert Modifier and Type Class Description (package private) class
CustomAbstractAssert<SELF extends CustomAbstractAssert<SELF,ACTUAL>,ACTUAL>
Ensures XMLUnit's stack trace lines get removed from AssertionError's stack traces if those of AssertJ are removed.Subclasses of CustomAbstractAssert in org.xmlunit.assertj3 Modifier and Type Class Description class
CompareAssert
Assertion methods for XMLs comparison.
-