T - the type of matcher it wrapspublic class ThatMatcher<T>
extends org.hamcrest.BaseMatcher<T>
Is.| Constructor and Description |
|---|
ThatMatcher(org.hamcrest.Matcher<T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object item) |
static <T> org.hamcrest.Matcher<T> |
that(org.hamcrest.Matcher<T> matcher) |
public ThatMatcher(org.hamcrest.Matcher<T> matcher)
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
public void describeMismatch(Object item, org.hamcrest.Description mismatchDescription)
public static <T> org.hamcrest.Matcher<T> that(org.hamcrest.Matcher<T> matcher)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.