public class

ValueMatcher

extends TypeSafeMatcher<T>
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.hamcrest.TypeSafeMatcher<T>
       ↳ com.atlassian.jira.bc.ValueMatcher<T>

Summary

Public Constructors
ValueMatcher(Matcher<? super T> matcher)
Public Methods
void describeTo(Description description)
Protected Methods
void describeMismatchSafely(ServiceOutcome<T> item, Description mismatchDescription)
boolean matchesSafely(ServiceOutcome<T> item)
[Expand]
Inherited Methods
From class org.hamcrest.TypeSafeMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Constructors

public ValueMatcher (Matcher<? super T> matcher)

Public Methods

public void describeTo (Description description)

Protected Methods

protected void describeMismatchSafely (ServiceOutcome<T> item, Description mismatchDescription)

protected boolean matchesSafely (ServiceOutcome<T> item)