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

Packages that use ShortAssert
org.fest.assertions.api   
 

Uses of ShortAssert in org.fest.assertions.api
 

Methods in org.fest.assertions.api that return ShortAssert
static ShortAssert Assertions.assertThat(short actual)
          Creates a new instance of ShortAssert.
static ShortAssert Assertions.assertThat(Short actual)
          Creates a new instance of ShortAssert.
 ShortAssert ShortAssert.isEqualTo(short expected)
          Verifies that the actual value is equal to the given one.
 ShortAssert ShortAssert.isGreaterThan(short other)
          Verifies that the actual value is greater than the given one.
 ShortAssert ShortAssert.isGreaterThanOrEqualTo(short other)
          Verifies that the actual value is greater than or equal to the given one.
 ShortAssert ShortAssert.isLessThan(short other)
          Verifies that the actual value is less than the given one.
 ShortAssert ShortAssert.isLessThanOrEqualTo(short other)
          Verifies that the actual value is less than or equal to the given one.
 ShortAssert ShortAssert.isNegative()
          Verifies that the actual value is negative.
 ShortAssert ShortAssert.isNotEqualTo(short other)
          Verifies that the actual value is not equal to the given one.
 ShortAssert ShortAssert.isNotZero()
          Verifies that the actual value is not equal to zero.
 ShortAssert ShortAssert.isPositive()
          Verifies that the actual value is positive.
 ShortAssert ShortAssert.isZero()
          Verifies that the actual value is equal to zero.
 ShortAssert ShortAssert.usingComparator(Comparator<?> customComparator)
           
 ShortAssert ShortAssert.usingDefaultComparator()
           
 



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