
ext.test4j.hamcrest.collection.IsMapContaining Maven / Gradle / Ivy
package ext.test4j.hamcrest.collection;
import ext.test4j.hamcrest.Description;
import ext.test4j.hamcrest.Factory;
import ext.test4j.hamcrest.Matcher;
import ext.test4j.hamcrest.TypeSafeMatcher;
import java.util.Map;
import java.util.Map.Entry;
import static ext.test4j.hamcrest.core.IsAnything.anything;
import static ext.test4j.hamcrest.core.IsEqual.equalTo;
public class IsMapContaining extends TypeSafeMatcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy