
flarestar.bdd.assertions.matchers.ContainsAllPairsMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bdd Show documentation
Show all versions of bdd Show documentation
Lightweight mocha/chai/jasmine BDD interface for Java tests.
The newest version!
package flarestar.bdd.assertions.matchers;
import flarestar.bdd.assertions.utility.ComparisonHelper;
import flarestar.bdd.assertions.utility.Pair;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
/**
* TODO
*/
public class ContainsAllPairsMatcher extends BaseMatcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy