| Constructor and Description |
|---|
RegularExpressionMatcher(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static RegularExpressionMatcher |
matchesRegexp(Pattern pattern) |
static RegularExpressionMatcher |
matchesRegexp(String pattern) |
boolean |
matchesSafely(String given) |
public RegularExpressionMatcher(Pattern pattern)
public static RegularExpressionMatcher matchesRegexp(Pattern pattern)
public static RegularExpressionMatcher matchesRegexp(String pattern)
public boolean matchesSafely(String given)
matchesSafely in class org.junit.internal.matchers.TypeSafeMatcher<String>public void describeTo(org.hamcrest.Description description)
Copyright © 2017 Atlassian. All rights reserved.