Package com.atlassian.jira.bc
Class ValueMatcher<T>
java.lang.Object
org.hamcrest.BaseMatcher<ServiceOutcome<T>>
org.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
com.atlassian.jira.bc.ValueMatcher<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<ServiceOutcome<T>>,org.hamcrest.SelfDescribing
- Since:
- v6.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(ServiceOutcome<T> item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(ServiceOutcome<T> item) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Constructor Details
-
ValueMatcher
-
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
protected void describeMismatchSafely(ServiceOutcome<T> item, org.hamcrest.Description mismatchDescription) - Overrides:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
-