Uses of Class
org.xmlunit.assertj.CompareAssert.ComparisonContext
-
Packages that use CompareAssert.ComparisonContext Package Description org.xmlunit.assertj AssertJ assertions on top of XMLUnit's core. -
-
Uses of CompareAssert.ComparisonContext in org.xmlunit.assertj
Methods in org.xmlunit.assertj that return CompareAssert.ComparisonContext Modifier and Type Method Description static CompareAssert.ComparisonContext
CompareAssert.ComparisonContext. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompareAssert.ComparisonContext[]
CompareAssert.ComparisonContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlunit.assertj with parameters of type CompareAssert.ComparisonContext Modifier and Type Method Description private void
CompareAssert. compare(CompareAssert.ComparisonContext context)
-