|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterAssert | |
---|---|
org.fest.assertions.api |
Uses of CharacterAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return CharacterAssert | |
---|---|
static CharacterAssert |
Assertions.assertThat(char actual)
Creates a new instance of . |
static CharacterAssert |
Assertions.assertThat(Character actual)
Creates a new instance of . |
CharacterAssert |
CharacterAssert.isEqualTo(char expected)
Verifies that the actual value is equal to the given one. |
CharacterAssert |
CharacterAssert.isGreaterThan(char other)
Verifies that the actual value is greater than the given one. |
CharacterAssert |
CharacterAssert.isGreaterThanOrEqualTo(char other)
Verifies that the actual value is greater than or equal to the given one. |
CharacterAssert |
CharacterAssert.isLessThan(char other)
Verifies that the actual value is less than the given one. |
CharacterAssert |
CharacterAssert.isLessThanOrEqualTo(char other)
Verifies that the actual value is less than or equal to the given one. |
CharacterAssert |
CharacterAssert.isLowerCase()
Verifies that the actual value is a lowercase character. |
CharacterAssert |
CharacterAssert.isNotEqualTo(char other)
Verifies that the actual value is not equal to the given one. |
CharacterAssert |
CharacterAssert.isUpperCase()
Verifies that the actual value is a uppercase character. |
CharacterAssert |
CharacterAssert.usingComparator(Comparator<?> customComparator)
|
CharacterAssert |
CharacterAssert.usingDefaultComparator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |