|
||||||||||
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 byte s. |
class |
CharAssert
Understands assertion methods for char s. |
class |
DoubleAssert
Understands Assertion methods for Double . |
class |
FloatAssert
Understands assertion methods for float s. |
class |
IntAssert
Understands assert method for int s. |
class |
LongAssert
Understands assertion methods for long s. |
class |
ShortAssert
Understands assertion methods for short s. |
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 |