org.hamcrest.collection.IsMapContaining Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit4osgi-bundle Show documentation
Show all versions of junit4osgi-bundle Show documentation
This bundle provides the JUnit library in as an OSGi bundle.
package org.hamcrest.collection;
import org.hamcrest.Description;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
import java.util.Map;
import java.util.Map.Entry;
import static org.hamcrest.core.IsAnything.anything;
import static org.hamcrest.core.IsEqual.equalTo;
public class IsMapContaining extends TypeSafeMatcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy