public class RegexMatcher extends BaseMatcher<java.lang.String>
| Constructor and Description | 
|---|
| RegexMatcher(java.lang.String regex) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | describeTo(Description description) | 
| boolean | matches(java.lang.Object o) | 
| static RegexMatcher | matches(java.lang.String regex) | 
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toStringpublic boolean matches(java.lang.Object o)
public void describeTo(Description description)
public static RegexMatcher matches(java.lang.String regex)