|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MatcherFactory
Used when creating Matchers for the object fields being compared.
| Method Summary | ||
|---|---|---|
|
newEqualMatcher(T expected,
MatcherFactory baseMatcherFactory)
Creates and returns a Matcher to be used for the expected value. |
|
| Method Detail |
|---|
<T> org.hamcrest.Matcher<? super T> newEqualMatcher(T expected,
MatcherFactory baseMatcherFactory)
Matcher to be used for the expected value.
T - type of the values to matchexpected - the expected valuebaseMatcherFactory - the base MatcherFactory which can be used when recursively building a matcher
Matcher to be used for the expected value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||