Package org.assertj.core.condition


package org.assertj.core.condition
  • Classes
    Class
    Description
    Returns true if all of the joined conditions are satisfied.
    Returns true if any of the joined conditions is satisfied.
    Returns true if the condition is not satisfied.
    Join<T>
    Join of two or more Conditions.
    Container Condition that maps the object under test and then check the resulting mapped value against its nested Condition.
    Inverse the condition.
    NestableCondition<ACTUAL,NESTED>
    Building block to define precise conditions on complex objects.
    Not<T>
    Returns true if the condition is not satisfied.
    Condition that shows the value under test when the condition fails thanks to the specified objectUnderTestDescriptor function.