Package org.assertj.core.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 © 2013–2015 AssertJ. All rights reserved.