Uses of Class
org.fest.assertions.CharAssert

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 CharAssert.
static CharAssert Assertions.assertThat(Character actual)
          Creates a new instance of CharAssert.
 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-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.