|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 . |
S |
GenericAssert.isNot(Condition<A> condition)
Alias for . |
S |
GenericAssert.satisfies(Condition<A> condition)
Verifies that the actual value satisfies the given condition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||