Uses of Class
org.fest.assertions.api.CharacterAssert
Packages that use CharacterAssert
-
Uses of CharacterAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return CharacterAssertModifier and TypeMethodDescriptionstatic CharacterAssert
Assertions.assertThat
(char actual) Creates a new instance of
.CharacterAssert
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.isGreaterThan
(char other) Verifies that the actual value is greater than the given one.CharacterAssert.isGreaterThanOrEqualTo
(char other) Verifies that the actual value is greater than or equal to the given one.CharacterAssert.isLessThan
(char other) Verifies that the actual value is less than the given one.CharacterAssert.isLessThanOrEqualTo
(char other) Verifies that the actual value is less than or equal to the given one.CharacterAssert.isLowerCase()
Verifies that the actual value is a lowercase character.CharacterAssert.isNotEqualTo
(char other) Verifies that the actual value is not equal to the given one.CharacterAssert.isUpperCase()
Verifies that the actual value is a uppercase character.CharacterAssert.usingComparator
(Comparator<? super Character> customComparator) CharacterAssert.usingDefaultComparator()