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 void
describeTo(org.hamcrest.Description description)
protected boolean
matchesSafely(ContentTemplate contentTemplate)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(ContentTemplate contentTemplate)
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<ContentTemplate>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-