| BaseDescription |
|
| BaseMatcher<T> |
BaseClass for all Matcher implementations.
|
| Condition<T> |
A Condition implements part of a multi-step match.
|
| Condition.Matched<T> |
|
| Condition.NotMatched<T> |
|
| CoreMatchers |
|
| CustomMatcher<T> |
Utility class for writing one off matchers.
|
| CustomTypeSafeMatcher<T> |
Utility class for writing one off matchers.
|
| Description.NullDescription |
|
| DiagnosingMatcher<T> |
TODO(ngd): Document.
|
| FeatureMatcher<T,U> |
Supporting class for matching a feature of an object.
|
| MatcherAssert |
|
| Matchers |
|
| StringDescription |
|
| TypeSafeDiagnosingMatcher<T> |
Convenient base class for Matchers that require a non-null value of a specific type
and that will report why the received value has been rejected.
|
| TypeSafeMatcher<T> |
Convenient base class for Matchers that require a non-null value of a specific type.
|