java.lang.Object
org.hamcrest.BaseMatcher<
Content>
org.hamcrest.TypeSafeMatcher<
Content>
com.atlassian.confluence.api.testsupport.matchers.model.content.DateContentMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<Content>
, org.hamcrest.SelfDescribing
public abstract class DateContentMatcher
extends org.hamcrest.TypeSafeMatcher<Content>
- See Also:
-
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
protected void
void
protected boolean
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
DateContentMatcher
- Since:
- 8.6
-
DateContentMatcher
Deprecated.
-
Method Details
-
matchesSafely
protected boolean matchesSafely(Content content)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeMatcher<Content>
-
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
describeMismatchSafely
protected void describeMismatchSafely(Content item,
org.hamcrest.Description mismatchDescription)
- Overrides:
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<Content>