T - public static interface MatchResult.Match<T> extends MatchResult<T>
MatchResult.Match<T>, MatchResult.Mismatch<T>P_AND, P_ATOMIC, P_COMPLEX, P_NONE, P_OR, P_UNARY, P_UNARY_NO_PAREN| Modifier and Type | Method and Description |
|---|---|
void |
describeMatch(org.hamcrest.Description description)
Describes the match (e.g., describes the matcher).
|
PrecedencedSelfDescribing |
getMatchDescription()
Returns an object that will describe itself as the match.
|
int |
getMatchPrecedence()
Returns the precedence of the match message
|
describeMatcher, getMatch, getMatcher, getMatcherDescription, getMatcherPrecedence, getMismatch, getValue, matchedgetDescriptionPrecedencevoid describeMatch(org.hamcrest.Description description)
description - int getMatchPrecedence()
PrecedencedSelfDescribingPrecedencedSelfDescribing getMatchDescription()
Copyright © 2015. All rights reserved.