Package org.fest.assertions.condition
package org.fest.assertions.condition
-
ClassesClassDescriptionAllOf<T>Returns
true
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.