public class ValueMatcher<T> extends org.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
Constructor and Description |
---|
ValueMatcher(org.hamcrest.Matcher<? super T> matcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(ServiceOutcome<T> item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(ServiceOutcome<T> item) |
public ValueMatcher(org.hamcrest.Matcher<? super T> matcher)
protected boolean matchesSafely(ServiceOutcome<T> item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(ServiceOutcome<T> item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<ServiceOutcome<T>>
Copyright © 2002-2022 Atlassian. All Rights Reserved.