com.atlassian.hamcrest
Class MatcherFactories

java.lang.Object
  extended by com.atlassian.hamcrest.MatcherFactories

public final class MatcherFactories
extends java.lang.Object

Utility MatcherFactorys.


Constructor Summary
MatcherFactories()
           
 
Method Summary
static MatcherFactory isEqual()
          A MatcherFactory which always creates and returns the Hamcrest Matcher corresponding to is(equalTo(expected)).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatcherFactories

public MatcherFactories()
Method Detail

isEqual

public static final MatcherFactory isEqual()
A MatcherFactory which always creates and returns the Hamcrest Matcher corresponding to is(equalTo(expected)).



Copyright © 2009 Atlassian. All Rights Reserved.