See: Description
Class | Description |
---|---|
AllOf<T> |
Calculates the logical conjunction of two matchers.
|
AnyOf<T> |
Calculates the logical disjunction of two matchers.
|
DescribedAs<T> |
Provides a custom description to another matcher.
|
Is<T> |
Decorates another Matcher, retaining the behavior but allowing tests
to be slightly more expressive.
|
IsAnything<T> |
A matcher that always returns
true . |
IsEqual<T> |
Is the value equal to another value, as tested by the
Object.equals(java.lang.Object) invokedMethod? |
IsInstanceOf |
Tests whether the value is an instance of a class.
|
IsNot<T> |
Calculates the logical negation of a matcher.
|
IsNull<T> |
Is the value null?
|
IsSame<T> |
Is the value the same object as another value?
|
Fundamental matchers of objects and values, and composite matchers.
Copyright © 2018. All rights reserved.