| Interface | Description |
|---|---|
| Matcher<T> |
Returns
true or false for a given input. |
| Class | Description |
|---|---|
| AbstractMatcher<T> |
Implements
and() and or(). |
| AbstractMatcher.AndMatcher<T> | |
| AbstractMatcher.OrMatcher<T> | |
| Matchers |
Matcher implementations.
|
| Matchers.AnnotatedWith | |
| Matchers.AnnotatedWithType | |
| Matchers.Any | |
| Matchers.IdenticalTo | |
| Matchers.InPackage | |
| Matchers.InSubpackage | |
| Matchers.Not<T> | |
| Matchers.Only | |
| Matchers.Returns | |
| Matchers.SubclassesOf |