public class SelfDescribingMatcherCondition<T> extends Object implements SelfDescribingCondition
| Constructor and Description |
|---|
SelfDescribingMatcherCondition(Callable<T,RuntimeException> actual,
org.hamcrest.Matcher<T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
isSatisfied() |
static <T> SelfDescribingMatcherCondition |
probe(ProbeFor<T> probe,
org.hamcrest.Matcher<T> matcher) |
public SelfDescribingMatcherCondition(Callable<T,RuntimeException> actual, org.hamcrest.Matcher<T> matcher)
public static <T> SelfDescribingMatcherCondition probe(ProbeFor<T> probe, org.hamcrest.Matcher<T> matcher)
public boolean isSatisfied()
isSatisfied in interface Conditionpublic void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingCopyright © 2009–2017 tempus-fugit committers. All rights reserved.