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.ConditionNegative<T>Inverse the condition.Not<T>Returnstrueif the condition is not satisfied.