| Class | Description |
|---|---|
| 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> |
Join of two or more
s. |
| MappedCondition<FROM,TO> | |
| 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. |
Copyright © 2025. All rights reserved.