public class XMLUnitSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.xmlunit.util.Predicate<T> |
adapt(Predicate<T> predicate)
Adapts a Java 8 predicate to an XMLUnit predicate one.
|
public static <T> org.xmlunit.util.Predicate<T> adapt(Predicate<T> predicate)
T - the type of the input to the predicatepredicate - the predicate to adaptThis work is licensed under a Creative Commons Attribution 4.0 International License.