Uses of Interface
org.fest.assertions.core.NumberAssert

Packages that use NumberAssert
org.fest.assertions.api   
org.fest.assertions.core   
 

Uses of NumberAssert in org.fest.assertions.api
 

Classes in org.fest.assertions.api that implement NumberAssert
 class BigDecimalAssert
          Assertion methods for BigDecimals.
 class ByteAssert
          Assertion methods for bytes.
 class DoubleAssert
          Assertion methods for doubles.
 class FloatAssert
          Assertion methods for floats.
 class IntegerAssert
          Assertion methods for integers.
 class LongAssert
          Assertion methods for longs.
 class ShortAssert
          Assertion methods for shorts.
 

Uses of NumberAssert in org.fest.assertions.core
 

Subinterfaces of NumberAssert in org.fest.assertions.core
 interface FloatingPointNumberAssert<T extends Number>
          Assertion methods applicable to floating-point Numbers.
 

Methods in org.fest.assertions.core that return NumberAssert
 NumberAssert<T> NumberAssert.isNegative()
          Verifies that the actual value is negative.
 NumberAssert<T> NumberAssert.isNotZero()
          Verifies that the actual value is not equal to zero.
 NumberAssert<T> NumberAssert.isPositive()
          Verifies that the actual value is positive.
 NumberAssert<T> NumberAssert.isZero()
          Verifies that the actual value is equal to zero.
 



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