Package com.atlassian.confluence.it
Class RegexMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<String>
-
- com.atlassian.confluence.it.RegexMatcher
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegexMatchercontainsPattern(String regex)voiddescribeTo(org.hamcrest.Description description)static RegexMatchermatchesPattern(String regex)booleanmatchesSafely(String string)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
matchesSafely
public boolean matchesSafely(String string)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<String>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
containsPattern
public static RegexMatcher containsPattern(String regex)
-
matchesPattern
public static RegexMatcher matchesPattern(String regex)
-
-