Class MappingMatchers

java.lang.Object
org.codice.ddf.test.common.matchers.MappingMatchers

public class MappingMatchers extends Object
This class provides matchers to help mapping objects to values before matching the value.
  • Method Details

    • map

      public static <T, V> org.hamcrest.Matcher<T> map(Function<T,V> mapper, org.hamcrest.Matcher<? extends V> matcher)