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 Condition
public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
Copyright © 2009–2016 tempus-fugit committers. All rights reserved.