public class HasMatchResult<T> extends TypesafeFeatureMatcher<org.hamcrest.Matcher<? super T>,MatchResult<T>>
NestedMatcher.NestedMatch<T,M extends org.hamcrest.Matcher<?>>, NestedMatcher.NestedMismatch<T,M extends org.hamcrest.Matcher<?>>, NestedMatcher.NestedResult<T,M extends org.hamcrest.Matcher<?>>P_AND, P_ATOMIC, P_COMPLEX, P_NONE, P_OR, P_UNARY, P_UNARY_NO_PAREN| Constructor and Description |
|---|
HasMatchResult(T value,
org.hamcrest.Matcher<? super MatchResult<T>> featureMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeFeature(org.hamcrest.Description description) |
protected void |
describeMismatchedFeature(org.hamcrest.Matcher<? super T> matcher,
org.hamcrest.Description description) |
protected MatchResult<T> |
getFeature(org.hamcrest.Matcher<? super T> matcher) |
static <T> HasMatchResult<T> |
matchResult(T value,
org.hamcrest.Matcher<? super MatchResult<T>> resultMatcher) |
describeExpectedFeature, describeFeatureMatcher, describeMatchedFeature, describeTo, getDescriptionPrecedence, matchesSafely, matchResultSafelydescribeMismatchSafely, matchesSafelydescribeMismatch, matches, matches, matchResultnestedDescribe, nestedDescribeTo, nestedMatch, nestedMatchquickMatch, quickMatch, quickMatchResult_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic HasMatchResult(T value, org.hamcrest.Matcher<? super MatchResult<T>> featureMatcher)
public static <T> HasMatchResult<T> matchResult(T value, org.hamcrest.Matcher<? super MatchResult<T>> resultMatcher)
protected void describeFeature(org.hamcrest.Description description)
describeFeature in class TypesafeFeatureMatcher<org.hamcrest.Matcher<? super T>,MatchResult<T>>protected void describeMismatchedFeature(org.hamcrest.Matcher<? super T> matcher, org.hamcrest.Description description)
describeMismatchedFeature in class TypesafeFeatureMatcher<org.hamcrest.Matcher<? super T>,MatchResult<T>>protected MatchResult<T> getFeature(org.hamcrest.Matcher<? super T> matcher)
getFeature in class TypesafeFeatureMatcher<org.hamcrest.Matcher<? super T>,MatchResult<T>>Copyright © 2015. All rights reserved.