Class | Description |
---|---|
AllOf<T> |
Returns
true if all of the joined conditions is satisfied. |
AnyOf<T> |
Returns
true if any of the joined conditions is satisfied. |
DoesNotHave<T> |
Returns
true if the condition is not satisfied. |
Join<T> |
Join of two or more
s. |
Negative<T> |
Inverse the condition.
|
Not<T> |
Returns
true if the condition is not satisfied. |
Copyright © 2014–2019 AssertJ. All rights reserved.