|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PrimitiveAssert in org.fest.assertions |
|---|
| Subclasses of PrimitiveAssert in org.fest.assertions | |
|---|---|
class |
BooleanAssert
Understands assertion methods for boolean values. |
class |
ByteAssert
Understands assertion methods for bytes. |
class |
CharAssert
Understands assertion methods for chars. |
class |
DoubleAssert
Understands Assertion methods for Double. |
class |
FloatAssert
Understands assertion methods for floats. |
class |
IntAssert
Understands assert method for ints. |
class |
LongAssert
Understands assertion methods for longs. |
class |
ShortAssert
Understands assertion methods for shorts. |
| Methods in org.fest.assertions that return PrimitiveAssert | |
|---|---|
protected abstract PrimitiveAssert |
PrimitiveAssert.as(Description description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
protected abstract PrimitiveAssert |
PrimitiveAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
protected abstract PrimitiveAssert |
PrimitiveAssert.describedAs(Description description)
Alias for , since "as" is a keyword in
Groovy. |
protected abstract PrimitiveAssert |
PrimitiveAssert.describedAs(String description)
Alias for , since "as" is a keyword in
Groovy. |
protected abstract PrimitiveAssert |
PrimitiveAssert.overridingErrorMessage(String message)
Replaces the default message displayed in case of a failure with the given one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||