|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CharAssert in org.fest.assertions |
|---|
| Methods in org.fest.assertions that return CharAssert | |
|---|---|
static CharAssert |
Assertions.assertThat(char actual)
Creates a new instance of . |
static CharAssert |
Assertions.assertThat(Character actual)
Creates a new instance of . |
CharAssert |
CharAssert.isEqualTo(char expected)
Verifies that the Character value is equal to the given one. |
CharAssert |
CharAssert.isGreaterThan(char other)
Verifies that the Character value is greater than the given one. |
CharAssert |
CharAssert.isGreaterThanOrEqualTo(char other)
Verifies that the Character value is greater or equal to the given one. |
CharAssert |
CharAssert.isLessThan(char other)
Verifies that the Character value is less than the given one. |
CharAssert |
CharAssert.isLessThanOrEqualTo(char other)
Verifies that the Character value is less or equal to the given one. |
CharAssert |
CharAssert.isLowerCase()
Verifies that the Character value is an lower-case value. |
CharAssert |
CharAssert.isNotEqualTo(char other)
Verifies that the Character value is not equal to the given one. |
CharAssert |
CharAssert.isUpperCase()
Verifies that the Character value is an upper-case value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||