Uses of Class
org.xmlunit.assertj3.CompareAssert.ComparisonContext
-
Packages that use CompareAssert.ComparisonContext Package Description org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core. -
-
Uses of CompareAssert.ComparisonContext in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 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.assertj3 with parameters of type CompareAssert.ComparisonContext Modifier and Type Method Description private void
CompareAssert. compare(CompareAssert.ComparisonContext context)
-