Package com.atlassian.bamboo.matcher.uri
Class UriMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<String>
-
- com.atlassian.bamboo.matcher.uri.UriMatcher
-
-
Constructor Summary
Constructors Constructor Description UriMatcher(String expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
protected boolean
matchesSafely(@NotNull String item)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Constructor Detail
-
UriMatcher
public UriMatcher(String expected)
-
-