Uses of Class
org.fest.assertions.Condition

Uses of Condition in org.fest.assertions
 

Methods in org.fest.assertions that return Condition
 Condition<T> Condition.as(String newDescription)
          Sets the description of this condition.
 

Methods in org.fest.assertions with parameters of type Condition
 S GenericAssert.doesNotSatisfy(Condition<A> condition)
          Verifies that the actual value does not satisfy the given condition.
 S GenericAssert.is(Condition<A> condition)
          Alias for GenericAssert.satisfies(Condition).
 S GenericAssert.isNot(Condition<A> condition)
          Alias for GenericAssert.doesNotSatisfy(Condition).
 S GenericAssert.satisfies(Condition<A> condition)
          Verifies that the actual value satisfies the given condition.
 



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