|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MatcherFactory in com.atlassian.hamcrest |
|---|
| Methods in com.atlassian.hamcrest that return MatcherFactory | |
|---|---|
static MatcherFactory |
MatcherFactories.isEqual()
A MatcherFactory which always creates and returns the Hamcrest Matcher corresponding to
is(equalTo(expected)). |
| Methods in com.atlassian.hamcrest with parameters of type MatcherFactory | ||
|---|---|---|
|
MatcherFactory.newEqualMatcher(T expected,
MatcherFactory baseMatcherFactory)
Creates and returns a Matcher to be used for the expected value. |
|
| Method parameters in com.atlassian.hamcrest with type arguments of type MatcherFactory | ||
|---|---|---|
static
|
DeepIsEqual.deeplyEqualTo(T operand,
java.util.Map<org.hamcrest.Matcher<java.lang.Class<?>>,MatcherFactory> extraMatcherFactories)
Returns a Matcher which compares 2 objects reflectively and uses the custom MatcherFactorys to
determine how to match certain types of fields. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||