Package org.fest.assertions.condition
-
Class Summary Class Description AllOf<T> Returnstrue
if all of the joined conditions is satisfied.AnyOf<T> Returnstrue
if any of the joined conditions is satisfied.DoesNotHave<T> Returnstrue
if the condition is not satisfied.Join<T> Join of two or more
s.Condition
Negative<T> Inverse the condition.Not<T> Returnstrue
if the condition is not satisfied.