| Class | Description |
|---|---|
| AmendmentMatchers | |
| EitherMatchers |
Matcher for
Either instances. |
| ErrorCollectionMatcher | |
| ErrorCollectionMatchers |
Matchers for
ErrorCollection. |
| ErrorMatchers |
Matchers for Java errors.
|
| FeatureMatchers |
A shorthand for building
FeatureMatcher classes. |
| FileMatchers |
Matchers for java.io.File
|
| HasItemsInOrderMatcher<T> |
Match if given sequence has given elements in apropriate order there can be any numbers of elements in given sequence
between expected elements.
|
| HasSubsequenceMatcher<T> |
Match if given sequence has given subsequence in itself.
|
| IssueMatchers |
Matchers for the
Issue domain object. |
| IterableMatchers |
Some moar iterable matchers.
|
| LangMatchers |
More matchers for core Java thingies.
|
| LuceneDocumentMatchers | |
| LuceneDocumentMatchers.DocumentFieldMatcher | |
| LuceneDocumentMatchers.FieldableHasStringValue | |
| MapMatchers |
Matchers for
Maps. |
| MapMatchers.OrderedMapMatcher<K,V> |
Matcher that checks that the elements of a Map are in a particular order.
|
| OptionalMatchers | |
| OptionMatchers<T> |
Hamcrest Matchers for
Option. |
| OrderedSequenceMatcher<T> |
Matches any sequence of elements which is sorted.
|
| QueryLiteralMatchers |
Hamcrest matchers for
QueryLiteral values and collections. |
| ReflectionEqualTo<T> |
Matcher that uses
EqualsBuilder.reflectionEquals(Object, Object) instead of a
class's equals(Object) implementation. |
| ReflectionMatchers |
Class containing static factory methods for useful reflection-based matchers.
|
| RegexMatchers |
Set of convenient matchers for checking regular expressions
|
| SetMatchers |
Copyright © 2002-2016 Atlassian. All Rights Reserved.