| Interface | Description |
|---|---|
| Matcher |
Base interface for any kinds of object matchers.
|
| Class | Description |
|---|---|
| AbstractMatcher<T,V> |
Abstract
Matcher providing. |
| EqualMatcher |
Custom
Matcher for equal objects. |
| IdentifiableMatcher | |
| SkippingMatcher |
Custom
Matcher that always returns false. |
| Exception | Description |
|---|---|
| MatchingException |
Special unchecked exception used to display various
Matcher implementations problems. |
Copyright © 2020. All rights reserved.