Class MappingMatchers
java.lang.Object
org.codice.ddf.test.common.matchers.MappingMatchers
This class provides matchers to help mapping objects to values before matching the value.
-
Method Summary
-
Method Details
-
map
public static <T,V> org.hamcrest.Matcher<T> map(Function<T, V> mapper, org.hamcrest.Matcher<? extends V> matcher)
-