Class ContentTemplateNameMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<ContentTemplate>
-
- com.atlassian.confluence.api.testsupport.matchers.model.content.template.ContentTemplateNameMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<ContentTemplate>,org.hamcrest.SelfDescribing
public class ContentTemplateNameMatcher extends org.hamcrest.TypeSafeMatcher<ContentTemplate>
ContentTemplateNameMatcher
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(ContentTemplate contentTemplate)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(ContentTemplate contentTemplate)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<ContentTemplate>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-