
flarestar.bdd.assertions.matchers.RegexMatches 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 org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import java.util.regex.Pattern;
/**
* TODO
*/
public class RegexMatches extends BaseMatcher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy