package

com.atlassian.jira.matchers

Classes

ErrorMatchers Matchers for Java errors. 
FileMatchers Matchers for java.io.File 
IssueMatchers Matchers for the Issue domain object. 
IterableMatchers Some moar iterable matchers. 
LangMatchers More matchers for core Java thingies. 
MapMatchers Matchers for java.util.Maps. 
ReflectionEqualTo<T> Matcher that uses reflectionEquals(Object, Object) instead of a class's equals(Object) implementation.