| Interface | Description |
|---|---|
| Equivalence<T> |
A function to determine the equivalence of two objects of the same type.
|
| Class | Description |
|---|---|
| ConstantMatcher<T> |
A
Matcher that can be used to record the success and failures of another Matcher. |
| EntrySetMatcher<K,V> | |
| MapMatcher<K,V> |
A Hamcrest-based
TypeSafeMatcher for Maps. |
| RecordingMatcher<T> |
A
Matcher that can be used to record the success and failures of another Matcher. |
| ThrowableCausedByMatcher<T extends Throwable> | |
| ThrowableMatcher<T> |
A
Matcher that can be used to match Throwables raised while
performing assertions instead of matching values. |
| ThrowableMessageMatcher<T extends Throwable> |
A
TypeSafeMatcher for the content of a Throwable.getMessage(). |
Copyright © 2017. All rights reserved.