Package org.fest.assertions.condition

Class Summary
AllOf<T> Returns true if all of the joined conditions is satisfied.
AnyOf<T> Returns true if any of the joined conditions is satisfied.
DoesNotHave<T> Returns true if the condition is not satisfied.
Join<T> Join of two or more Conditions.
Negative<T> Inverse the condition.
Not<T> Returns true if the condition is not satisfied.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.