Uses of Class
org.fest.assertions.api.CharacterAssert

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 CharacterAssert.
static CharacterAssert Assertions.assertThat(Character actual)
          Creates a new instance of CharacterAssert.
 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()
           
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.