| AllOf<T> |
Returns true if all of the joined conditions are 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> |
|
| MappedCondition<FROM,TO> |
Container Condition that maps the object under test and then check the resulting mapped value against its nested Condition.
|
| Negative<T> |
Inverse the condition.
|
| Not<T> |
Returns true if the condition is not satisfied.
|
| VerboseCondition<T> |
Condition that shows the value under test when the condition fails thanks to the specified objectUnderTestDescriptor function.
|