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
ContentTemplateNameMatcher
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) protected boolean
matchesSafely
(ContentTemplate contentTemplate) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Method Details
-
matchesSafely
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<ContentTemplate>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-