Package org.assertj.core.condition
package org.assertj.core.condition
-
ClassesClassDescriptionAllOf<T>Returns
trueif all of the joined conditions are satisfied.AnyOf<T>Returnstrueif any of the joined conditions is satisfied.DoesNotHave<T>Returnstrueif the condition is not satisfied.Join<T>Join of two or mores.ConditionMappedCondition<FROM,TO> Negative<T>Inverse the condition.NestableCondition<ACTUAL,NESTED> Building block to define precise conditions on complex objects.Not<T>Returnstrueif the condition is not satisfied.Conditionthat shows the value under test when the condition fails thanks to the specifiedobjectUnderTestDescriptorfunction.