Modifier and Type | Method and Description |
---|---|
Condition<T> |
Condition.as(String newDescription)
Sets the description of this condition.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.