Uses of Interface
com.atlassian.hamcrest.MatcherFactory

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
<T> org.hamcrest.Matcher<? super T>
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
<T> org.hamcrest.Matcher<? super T>
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.
 



Copyright © 2009 Atlassian. All Rights Reserved.