public class RegexMatchers extends Object
Constructor and Description |
---|
RegexMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<String> |
regexMatches(String regex) |
static org.hamcrest.Matcher<String> |
regexMatchesNot(String regex) |
static org.hamcrest.Matcher<String> |
regexMatchesPattern(Pattern pattern) |
static org.hamcrest.Matcher<String> |
regexMatchesPatternNot(Pattern pattern) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.