Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.