Class XMLUnitSupport
java.lang.Object
org.codice.ddf.test.common.xmlunit.XMLUnitSupport
This class provides additional support when testing along with XMLUnit 2.0 matchers.
-
Method Summary
-
Method Details
-
adapt
Adapts a Java 8 predicate to an XMLUnit predicate one.- Type Parameters:
T- the type of the input to the predicate- Parameters:
predicate- the predicate to adapt- Returns:
- a corresponding XMLUnit predicate
-