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