it.ozimov.cirneco.hamcrest.map.IsMapWithSameKeySet Maven / Gradle / Ivy
package it.ozimov.cirneco.hamcrest.map;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
/**
* Does the map has the same key set of another? {@linkplain com.google.common.base.Equivalence} can be used in the
* key set comparison.
*
* @since version 0.1 for JDK7
*/
public class IsMapWithSameKeySet extends TypeSafeMatcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy