| Interface | Description |
|---|---|
| MatchResult<T> |
Provides detailed information about the result of a match.
|
| MatchResult.Match<T> |
Provides detailed information about a match.
|
| MatchResult.Mismatch<T> |
Provides detailed information about a mismatch.
|
| Class | Description |
|---|---|
| AbstractMatchResult<T,M extends org.hamcrest.Matcher<?>> |
Implements a match result that can be either a match or a mismatch.
|
| AtomicMismatch<I,M extends org.hamcrest.Matcher<?>> |
A mismatch that is not nested.
|
| MatcherProxy<T> |
Redirects all calls to another matcher.
|
| MatchResultBase<T,M extends org.hamcrest.Matcher<?>> | |
| MatchResultMismatch<T,M extends org.hamcrest.Matcher<?>> |
Implements a failed match.
|
| MatchResultProxy<I,M extends org.hamcrest.Matcher<?>> |
Can be used as a base class to decorate another match result.
|
| MatchResultSuccess<T,M extends org.hamcrest.Matcher<?>> |
Implements a successful match.
|
Copyright © 2015. All rights reserved.