|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LongAssert in org.fest.assertions |
---|
Methods in org.fest.assertions that return LongAssert | |
---|---|
LongAssert |
LongAssert.as(Description description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
LongAssert |
LongAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
static LongAssert |
Assertions.assertThat(long actual)
Creates a new instance of . |
static LongAssert |
Assertions.assertThat(Long actual)
Creates a new instance of . |
LongAssert |
LongAssert.describedAs(Description description)
Alias for , since "as" is a keyword in
Groovy. |
LongAssert |
LongAssert.describedAs(String description)
Alias for , since "as" is a keyword in
Groovy. |
LongAssert |
LongAssert.isEqualTo(long expected)
Verifies that the actual long value is equal to the given one. |
LongAssert |
LongAssert.isGreaterThan(long other)
Verifies that the actual long value is greater than the given one. |
LongAssert |
LongAssert.isGreaterThanOrEqualTo(long other)
Verifies that the actual long value is greater or equal to the given one. |
LongAssert |
LongAssert.isLessThan(long other)
Verifies that the actual long value is less than the given one. |
LongAssert |
LongAssert.isLessThanOrEqualTo(long other)
Verifies that the actual long value is less or equal to the given one. |
LongAssert |
LongAssert.isNegative()
Verifies that the actual long value is negative. |
LongAssert |
LongAssert.isNotEqualTo(long other)
Verifies that the actual long value is not equal to the given one. |
LongAssert |
LongAssert.isPositive()
Verifies that the actual long value is positive. |
LongAssert |
LongAssert.isZero()
Verifies that the actual long value is equal to zero. |
LongAssert |
LongAssert.overridingErrorMessage(String message)
Replaces the default message displayed in case of a failure with the given one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |